TFTPC - inactive window does not receive mouse events

git-svn-id: svn://kolibrios.org@3947 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-09-29 17:32:50 +00:00
parent 8258a91115
commit 53439db544
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,6 @@
@erase lang.inc
@echo lang fix en >lang.inc
@fasm -m 16384 tftpc.asm tftpc
@kpack tftpc
@erase lang.inc
@pause

View File

@ -82,7 +82,7 @@ START:
jnz exit
stop_transfer:
mcall 40, 00100111b
mcall 40, 0x80000027 ; 00100111b
red_win:
call draw_window
@ -288,7 +288,7 @@ start_transfer:
mov esi, edi
mcall send, [socketnum], I_END
mcall 40, 10000101b
mcall 40, 0x80000085 ; 10000101b
mov [last_ack], 0