mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-24 17:59:38 +03:00
Fixed bug in GUI of VNCclient
git-svn-id: svn://kolibrios.org@2213 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f95c868e2f
commit
a9b54b43c0
@ -197,7 +197,7 @@ draw_window_logon:
|
||||
cmp byte[mode], 0
|
||||
je servermode_
|
||||
|
||||
mov eax, 4 ; function 4 _logon: write text to window
|
||||
mov eax, 4 ; function 4 write text to window
|
||||
mov ebx, 25*65536+33 ; [x start] *65536 + [y start]
|
||||
xor ecx, ecx
|
||||
mov edx, userstr ; pointer to text beginning
|
||||
@ -213,6 +213,7 @@ draw_window_logon:
|
||||
|
||||
servermode_:
|
||||
|
||||
mov eax, 4 ; function 4 write text to window
|
||||
mov ebx, 25*65536+33 ; [x start] *65536 + [y start]
|
||||
xor ecx, ecx
|
||||
mov edx, serverstr ; pointer to text beginning
|
||||
|
Loading…
Reference in New Issue
Block a user