Show
Ignore:
Timestamp:
05/17/07 18:27:45 (18 months ago)
Author:
krobillard
Message:

Thune - OpenGL version works in thread_safe branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/gl/gx.h

    r383 r390  
    157157    int prevMouseY; 
    158158 
    159     UIndex  eventBlkHold; 
    160159    UBlock* eventBlk; 
    161160 
     
    205204 
    206205 
    207 UIndex ur_makeRaster( UCell*, int format, int w, int h, UBinary** ); 
     206UIndex ur_makeRaster( UThread*, UCell*, int format, int w, int h, UBinary** ); 
    208207 
    209208#define ur_dlGL(c)          ((UCellDrawList*) (c))->glListId