correction of previous revision

git-svn-id: svn://kolibrios.org@1144 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2009-08-26 11:31:41 +00:00
parent d7d25fb0e8
commit 5d45c37af3
3 changed files with 80 additions and 16 deletions

View File

@@ -28,8 +28,6 @@ CODE
redraw: ; redraw event handler
call draw_window ; at first create and draw the window
mcall 9, procinfo, -1
wait_event: ; main cycle
mov eax, 10
mcall
@@ -90,7 +88,5 @@ end if
UDATA
sc system_colors
procinfo rb 1024
MEOS_APP_END
; <--- end of MenuetOS application --->