Subversion Repositories Kolibri OS

Rev

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

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