Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 21, 2005, 2:59:30 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: little fix to graphicsEngine, now the different resolution-types are outputted. also there is a fix from debug.h all warnings are shown now

File:
1 edited

Legend:

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

    r3611 r3617  
    2424
    2525  int initVideo();
     26  int setGLattribs(void);
    2627  int setResoulution(int width, int height, int bpp);
     28  void listModes(void);
    2729
    2830  static bool texturesEnabled;
     
    3941  bool fullscreen;
    4042  Uint32 videoFlags;
     43
     44  SDL_Rect **videoModes;
    4145};
    4246
Note: See TracChangeset for help on using the changeset viewer.