Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1142 → Rev 1143

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