src/Application.hh
changeset 408 e6cfc44266af
parent 397 13fa0546ef87
child 409 1a03ff151abc
equal deleted inserted replaced
407:443f6f7abcfb 408:e6cfc44266af
    39          * --connect
    39          * --connect
    40          */
    40          */
    41         std::string arg_connect;
    41         std::string arg_connect;
    42 
    42 
    43         /**
    43         /**
    44          * --fullscreen
    44          * --fullscreen and --resolution
    45          */
    45          */
    46         bool arg_fullscreen;
    46         GraphicsConfiguration graphics;
    47 
       
    48         /**
       
    49          * --resolution
       
    50          */ 
       
    51         PixelCoordinate arg_resolution;
       
    52 
    47 
    53         /**
    48         /**
    54          * Set the arg_* members
    49          * Set the arg_* members
    55          *
    50          *
    56          * @return true if execution should proceed, false if execution should stop
    51          * @return true if execution should proceed, false if execution should stop