Skip to content

Commit

Permalink
Fullscreen mode (hide status bar)
Browse files Browse the repository at this point in the history
  • Loading branch information
piernov committed Jul 13, 2019
1 parent d193a4d commit d5eb99d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/openboardview/main_opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ int main(int argc, char **argv) {
* If you find some things aren't working properly without you having to move
* the mouse or 'waking up' OBV then increase to 5 or more.
*/


SDL_SetWindowFullscreen(window, SDL_WINDOW_FULLSCREEN);

sleepout = 30;
float angleacc = 0.0;
while (!done) {
Expand Down

0 comments on commit d5eb99d

Please sign in to comment.