Changeset 357

Show
Ignore:
Timestamp:
06/03/08 07:15:38 (6 months ago)
Author:
FeepingCreature
Message:
  • Another 64-bit microfix
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/qd/qd.d

    r356 r357  
    563563    bool offscreen=false; 
    564564    ParameterTypeTuple!(SDL_SetVideoMode)[3] sdl_flags; 
    565     void opCall(size_t w, size_t h, typeof(sdl_flags) flags=0, bool osc=false) { 
     565    void opCall(int w, int h, typeof(sdl_flags) flags=0, bool osc=false) { 
    566566      sdl_flags=flags; 
    567567      screen.resize(w, h, osc);