src/Application.hh
branchnew_graphics
changeset 411 106aaf6eadfe
parent 409 1a03ff151abc
child 417 c503e0c6a740
--- a/src/Application.hh	Wed Jan 21 01:57:24 2009 +0200
+++ b/src/Application.hh	Wed Jan 21 03:33:35 2009 +0200
@@ -28,7 +28,7 @@
         /**
          * --fullscreen and --resolution
          */
-        GraphicsConfig graphics;
+        graphics::DisplayConfig display;
 
         /**
          * --terrain-seed and --terrain-size
@@ -66,7 +66,7 @@
         /**
          * Parse unsigned WIDTHxHEIGHT argument
          */
-        PixelCoordinate parse_arg_dimensions (const std::string &arg_val, const char *arg_name);
+        PixelDimensions parse_arg_dimensions (const std::string &arg_val, const char *arg_name);
         
         /**
          * Print out a list of display modes