Show
Ignore:
Timestamp:
08/08/07 04:40:41 (16 months ago)
Author:
krobillard
Message:

Updated GL for new ur_makeBinary().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/gl/gx_dt.c

    r438 r449  
    102102 
    103103    size = _rasterBinarySize( format, 8, w, h ); 
    104     binN = ur_makeBinary( size ); 
    105     bin = ur_binPtr( binN ); 
     104    binN = ur_makeBinary( size, &bin ); 
    106105    bin->used = size; 
    107106    rh = (RasterHead*) bin->ptr.v;