Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5237 in orxonox.OLD for trunk/src/lib/graphics/graphics_engine.cc


Ignore:
Timestamp:
Sep 24, 2005, 10:41:52 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: implemented an EventFilter, that should filter alt-TAB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/graphics_engine.cc

    r5225 r5237  
    214214  this->bitsPerPixel = bpp;
    215215
     216  if (this->screen)
     217    SDL_FreeSurface(screen);
    216218  if((this->screen = SDL_SetVideoMode(this->resolutionX, this->resolutionY, this->bitsPerPixel, this->videoFlags | this->fullscreenFlag)) == NULL)
    217219    {
Note: See TracChangeset for help on using the changeset viewer.