Removed trailing whitespace from all *.?pp files
[supertux.git] / src / supertux / gameconfig.hpp
index 527241f..8558d69 100644 (file)
@@ -34,12 +34,15 @@ public:
   // the width/height to be used to display the game in fullscreen
   Size fullscreen_size;
 
+  // refresh rate for use in fullscreen, 0 for auto
+  int fullscreen_refresh_rate;
+
   /** the width/height of the window managers window */
   Size window_size;
 
   /** the aspect ratio */
   Size aspect_size;
-  
+
   float magnification;
 
   bool use_fullscreen;