Changeset 528 for trunk/thune/gl/gx.c
- Timestamp:
- 05/30/08 18:36:20 (6 months ago)
- Files:
-
- 1 modified
-
trunk/thune/gl/gx.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/gx.c
r527 r528 209 209 { 210 210 #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. 212 212 if( env->prevMouseX == MOUSE_UNSET ) 213 213 { … … 500 500 501 501 UR_CALL_UNUSED_TOS 502 503 // Set handler in case UG_GUI_THROW has removed it. 504 glv_setEventHandler( gView, eventHandler ); 502 505 503 506 if( inv && (ur_sel(inv) == UR_ATOM_WAIT) )
