Subversion Repositories Kolibri OS

Rev

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

Rev 1677 Rev 2061
Line 10... Line 10...
10
 
10
 
11
  .redraw:
11
  .redraw:
12
      call      Set_geometry
12
      call      Set_geometry
13
      mcall     12,1
13
      mcall     12,1
-
 
14
      mcall     0, , ,[window_style], ,window_title
-
 
15
    test [proc_info.wnd_state], 0x04		; is rolled up?
Line 14... Line 16...
14
      mcall     0, , ,[window_style], ,window_title
16
     jnz @f
15
 
17
 
16
      call      Draw_decorations
18
      call      Draw_decorations
17
      call      Draw_pause_picture
-
 
18
      call      Draw_pause_strings
19
      call      Draw_pause_picture
19
 
-
 
20
      mcall     12,2
20
      call      Draw_pause_strings
21
    
21
      mcall     12,2
22
    
22
  @@:
23
  .still:
23
  .still:
24
      mcall     10                              ; wait for event
24
      mcall     10                              ; wait for event
25
                                                ; ok, what an event?
25
                                                ; ok, what an event?