Changeset 528 for trunk/thune/gl/gx.h

Show
Ignore:
Timestamp:
05/30/08 18:36:20 (6 months ago)
Author:
krobillard
Message:

GL testfw reload works again.
Added UG_GUI_THROW macro to be used by widget event handlers.
Added gui_matchArgs() and GUI_PARSE macros.

Files:
1 modified

Legend:

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

    r527 r528  
    208208#define ur_fboTexPool(c)    ((UCellFramebuffer*) (c))->glTexPool 
    209209 
     210#define UG_GUI_THROW        glv_setEventHandler(gxEnv.view, 0) 
     211 
    210212 
    211213#endif /*GX_H*/