Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 21, 2005, 4:33:03 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added a Function to resize the Window, but it does not work :( GL does not update with SDL together

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/graphics_engine.h

    r3617 r3619  
    2525  int initVideo();
    2626  int setGLattribs(void);
    27   int setResoulution(int width, int height, int bpp);
     27  int setResolution(int width, int height, int bpp);
     28  int resolutionChanged(SDL_ResizeEvent* resizeInfo);
    2829  void listModes(void);
    2930
Note: See TracChangeset for help on using the changeset viewer.