Subversion Repositories Kolibri OS

Rev

Rev 1760 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1760 Rev 2061
Line 34... Line 34...
34
 
34
 
35
  .redraw:
35
  .redraw:
36
      call      Set_geometry
36
      call      Set_geometry
37
      mcall     12,1
37
      mcall     12,1
-
 
38
      mcall     0, , ,[window_style], ,window_title
-
 
39
    test [proc_info.wnd_state], 0x04		; is rolled up?
Line 38... Line 40...
38
      mcall     0, , ,[window_style], ,window_title
40
     jnz @f
39
 
41
 
40
      call      Draw_decorations
42
      call      Draw_decorations
41
      call      Draw_game_over_picture
-
 
42
      call      Draw_game_over_strings          ; edit_box is here
43
      call      Draw_game_over_picture
43
 
44
      call      Draw_game_over_strings          ; edit_box is here
44
      mcall     12,2
45
      mcall     12,2
45
 
46
  @@:
46
  .still:
47
  .still:
47
      mcall     10                              ; wait for event
48
      mcall     10                              ; wait for event
48
                                                ; ok, what an event?
49
                                                ; ok, what an event?