Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3452 in orxonox.OLD for orxonox/trunk/src/gui/orxonox_gui_video.cc


Ignore:
Timestamp:
Mar 2, 2005, 6:49:46 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: gui: added resolution-selection-menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/gui/orxonox_gui_video.cc

    r3423 r3452  
    3939  this->fullscreen->setFlagName("windowed", "q", 1);
    4040  this->fullscreen->saveability();
    41   this->videoBox->fill(fullscreen);
     41  this->videoBox->fill(this->fullscreen);
     42  this->resolution = new Menu("Resolution", "640x480", "800x600", "1024x768", "1280x1024", "1400x1050", "1600x1200", "1920x1200", "lastItem");
     43  this->resolution->saveability();
     44  this->videoBox->fill(this->resolution);
    4245  this->wireframe = new CheckButton("WireFrame-mode");
    4346  this->wireframe->setFlagName("wireframe", "w", 0);
    4447  this->wireframe->saveability();
    45   this->videoBox->fill(wireframe);
     48  this->videoBox->fill(this->wireframe);
    4649
    4750  this->advancedWindowCreate();
Note: See TracChangeset for help on using the changeset viewer.