Subversion Repositories Kolibri OS

Rev

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

Rev 3618 Rev 3949
Line 124... Line 124...
124
START:
124
START:
Line 125... Line 125...
125
 
125
 
Line 126... Line 126...
126
        mcall   68, 11                  ; init heap so we can allocate memory dynamically
126
        mcall   68, 11                  ; init heap so we can allocate memory dynamically
127
 
127
 
Line 128... Line 128...
128
; wanted events
128
; wanted events
129
        mcall   40, EVM_REDRAW + EVM_KEY + EVM_BUTTON + EVM_STACK + EVM_MOUSE
129
        mcall   40,EVM_REDRAW+EVM_KEY+EVM_BUTTON+EVM_STACK+EVM_MOUSE+EVM_MOUSE_FILTER
130
 
130
 
131
; load libraries
131
; load libraries