forked from KolibriOS/kolibrios
hex2dec2bin - inactive window does not receive mouse events
git-svn-id: svn://kolibrios.org@3941 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
08312cd6d1
commit
0c67c51304
@ -1,5 +1,6 @@
|
||||
@erase lang.inc
|
||||
@echo lang fix en >lang.inc
|
||||
@fasm h2d2b.asm h2d2b
|
||||
@kpack h2d2b
|
||||
@erase lang.inc
|
||||
@pause
|
@ -1,5 +1,6 @@
|
||||
@erase lang.inc
|
||||
@echo lang fix ru >lang.inc
|
||||
@fasm h2d2b.asm h2d2b
|
||||
@kpack h2d2b
|
||||
@erase lang.inc
|
||||
@pause
|
@ -28,7 +28,7 @@ start:
|
||||
jz @f
|
||||
mcall -1 ;exit not correct
|
||||
@@:
|
||||
mcall 40,0x27
|
||||
mcall 40,0x80000027
|
||||
mcall 48, 3, sys_colors, 40
|
||||
edit_boxes_set_sys_color edit1,editboxes_end,sys_colors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user