Changeset 120 for abuse/trunk/src/imlib/event.hpp
- Timestamp:
- Mar 17, 2008, 3:25:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/event.hpp
r57 r120 29 29 #include "mouse.hpp" 30 30 31 class jwindow;31 class Jwindow; 32 32 33 33 class event : public linked_node … … 41 41 struct { int x1,y1,x2,y2; 42 42 void *start; } redraw; 43 jwindow *window; // NULL is root43 Jwindow *window; // NULL is root 44 44 struct { int x,y; } window_position; 45 45 struct { int id; char *data; } message;
Note: See TracChangeset
for help on using the changeset viewer.