Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2060 → Rev 2061

/programs/games/snake/trunk/first_menu.asm
19,14 → 19,15
call Set_geometry
mcall 12,1
mcall 0, , ,[window_style], ,window_title
test [proc_info.wnd_state], 0x04 ; is rolled up?
jnz @f
 
call Draw_decorations
call Draw_first_menu_picture
call Draw_menu_strings
call Draw_buttons
 
@@:
mcall 12,2
 
.still:
mcall 10 ; wait for event
; ok, what an event?