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

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.c

    r527 r528  
    209209        { 
    210210#if 1 
    211             // Set mouse deltas here so no one else need to calculate them. 
     211            // Set mouse deltas here so no one else needs to calculate them. 
    212212            if( env->prevMouseX == MOUSE_UNSET ) 
    213213            { 
     
    500500 
    501501    UR_CALL_UNUSED_TOS 
     502 
     503    // Set handler in case UG_GUI_THROW has removed it. 
     504    glv_setEventHandler( gView, eventHandler ); 
    502505 
    503506    if( inv && (ur_sel(inv) == UR_ATOM_WAIT) )