forked from KolibriOS/kolibrios
Notify 3: consider that @panel could be in the top
git-svn-id: svn://kolibrios.org@4877 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c68d6919e5
commit
40e326452b
@ -297,6 +297,12 @@
|
|||||||
imul edx, LINEH
|
imul edx, LINEH
|
||||||
mov [window.y], edx
|
mov [window.y], edx
|
||||||
|
|
||||||
|
push eax ebx
|
||||||
|
mcall 48, 5
|
||||||
|
shr ebx, 16
|
||||||
|
add [window.y], ebx
|
||||||
|
pop ebx eax
|
||||||
|
|
||||||
@@:
|
@@:
|
||||||
mov [eax], byte 1
|
mov [eax], byte 1
|
||||||
inc eax
|
inc eax
|
||||||
|
Loading…
Reference in New Issue
Block a user