Subversion Repositories Kolibri OS

Rev

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

Rev 5372 Rev 6144
Line 201... Line 201...
201
};
201
};
Line 202... Line 202...
202
 
202
 
Line 203... Line 203...
203
ctrl_t *get_child(ctrl_t *ctrl, int x, int y);
203
ctrl_t *get_child(ctrl_t *ctrl, int x, int y);
-
 
204
 
Line 204... Line 205...
204
 
205
ctrl_t *capture_mouse(ctrl_t *newm);
Line 205... Line 206...
205
ctrl_t *capture_mouse(ctrl_t *newm);
206
void release_mouse(void);
206
 
207