Subversion Repositories Kolibri OS

Rev

Rev 1143 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1143 Rev 1144
Line 26... Line 26...
26
   mcall
26
   mcall
Line 27... Line 27...
27
 
27
 
28
  redraw:                                ; redraw event handler
28
  redraw:                                ; redraw event handler
Line 29... Line -...
29
   call    draw_window            ; at first create and draw the window
-
 
30
 
-
 
31
    mcall   9, procinfo, -1
29
   call    draw_window            ; at first create and draw the window
32
 
30
 
33
  wait_event:                      ; main cycle
31
  wait_event:                      ; main cycle
Line 34... Line 32...
34
    mov     eax, 10
32
    mov     eax, 10
Line 88... Line 86...
88
 
86
 
89
; <--- uninitialised data --->
87
; <--- uninitialised data --->
90
UDATA
88
UDATA
Line 91... Line -...
91
sc   system_colors
-
 
92
 
-
 
93
procinfo    rb  1024
89
sc   system_colors
94
 
90
 
95
MEOS_APP_END
91
MEOS_APP_END