blob: 3bf6404976bbfe236a450cafb886909c22b3c445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/core/display.h.orig 2016-12-07 11:54:56 UTC
+++ src/core/display.h
@@ -59,7 +59,6 @@ class SDLAppDisplay {
bool enable_alpha;
bool resizable;
- bool fullscreen;
bool frameless;
bool vsync;
@@ -71,6 +70,7 @@ class SDLAppDisplay {
void setupExtensions();
public:
int width, height;
+ bool fullscreen;
int desktop_width, desktop_height;
int windowed_width, windowed_height;
|