Changeset 537 for trunk/thune/gl/gui.h

Show
Ignore:
Timestamp:
06/07/08 03:35:15 (6 months ago)
Author:
krobillard
Message:

Added show, hide, and gui_setMouseFocus().
Quit & halt propogate up nested ur_eval() calls.
Thune-gl RPM builds again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gl/gui.h

    r533 r537  
    4444    UAtom     atom_action; 
    4545    UAtom     atom_text; 
    46     GWidgetId root; 
    4746    GWidgetId keyFocus; 
    4847    GWidgetId mouseFocus; 
     
    163162GWidget* gui_root( const GUI* ui, GWidgetId id ); 
    164163void     gui_setKeyFocus( GUI*, GWidgetId ); 
     164void     gui_setMouseFocus( GUI*, GWidgetId ); 
    165165void     gui_grabMouse( GUI*, GWidgetId ); 
    166166void     gui_ungrabMouse( GUI*, GWidgetId );