Fixed bug with border drawing

git-svn-id: svn://kolibrios.org@163 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2006-10-05 08:37:51 +00:00
parent 2e850e52f6
commit 0e39a3fffe
2 changed files with 8 additions and 12 deletions

View File

@@ -2749,6 +2749,7 @@ sys_redrawstat:
mov edi,[0x3010]
mov [edi-twdw+WDATA.fl_wdrawn], 1 ; no new position & buttons from app
mov [edi-twdw+WDATA.fl_redraw], 0
call sys_window_mouse
@@ -3058,7 +3059,7 @@ sys_set_window:
mov [0xf500],byte 0 ; empty button buffer
newd:
mov [edi+WDATA.fl_redraw],byte 0 ; no redraw
; mov [edi+WDATA.fl_redraw],byte 0 ; no redraw
mov edx,edi
ret