Changeset 537 for trunk/thune/gl/gui.h
- Timestamp:
- 06/07/08 03:35:15 (6 months ago)
- Files:
-
- 1 modified
-
trunk/thune/gl/gui.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/gui.h
r533 r537 44 44 UAtom atom_action; 45 45 UAtom atom_text; 46 GWidgetId root;47 46 GWidgetId keyFocus; 48 47 GWidgetId mouseFocus; … … 163 162 GWidget* gui_root( const GUI* ui, GWidgetId id ); 164 163 void gui_setKeyFocus( GUI*, GWidgetId ); 164 void gui_setMouseFocus( GUI*, GWidgetId ); 165 165 void gui_grabMouse( GUI*, GWidgetId ); 166 166 void gui_ungrabMouse( GUI*, GWidgetId );
