Changeset 390 for branches/thune/thread_safe/gl/gx.h
- Timestamp:
- 05/17/07 18:27:45 (18 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/gl/gx.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/gl/gx.h
r383 r390 157 157 int prevMouseY; 158 158 159 UIndex eventBlkHold;160 159 UBlock* eventBlk; 161 160 … … 205 204 206 205 207 UIndex ur_makeRaster( U Cell*, int format, int w, int h, UBinary** );206 UIndex ur_makeRaster( UThread*, UCell*, int format, int w, int h, UBinary** ); 208 207 209 208 #define ur_dlGL(c) ((UCellDrawList*) (c))->glListId
