Skip to content

Commit

Permalink
Do not remove window decoration in demo mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmenges committed Aug 31, 2018
1 parent 360a51b commit 2c96672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Browse/Client/src/Setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace setup
// Window
static const bool FULLSCREEN = false; // does not work in combination with eye tracker calibration
static const bool MAXIMIZE_WINDOW = false | DEPLOYMENT | DEMO_MODE; // only implemented for Windows
static const bool REMOVE_WINDOW_DECORATION = DEMO_MODE;
static const bool REMOVE_WINDOW_DECORATION = false; // DEMO_MODE;
static const int INITIAL_WINDOW_WIDTH = 1280;
static const int INITIAL_WINDOW_HEIGHT = 720;

Expand Down

0 comments on commit 2c96672

Please sign in to comment.