Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1143 → Rev 1144

/programs/develop/examples/template/trunk/template.asm
28,8 → 28,6
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
UDATA
sc system_colors
 
procinfo rb 1024
 
MEOS_APP_END
; <--- end of MenuetOS application --->