remove trash created in previous revisions

git-svn-id: svn://kolibrios.org@1143 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2009-08-26 11:23:22 +00:00
parent f639a59238
commit d7d25fb0e8
8 changed files with 125 additions and 85 deletions

View File

@@ -28,6 +28,8 @@ 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
@@ -88,5 +90,7 @@ end if
UDATA
sc system_colors
procinfo rb 1024
MEOS_APP_END
; <--- end of MenuetOS application --->