Initialize (Linux) quit member (Fixes #207)
This commit is contained in:
parent
574287f210
commit
cba856c1eb
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ public:
|
||||||
bool right = false;
|
bool right = false;
|
||||||
bool middle = false;
|
bool middle = false;
|
||||||
} mouseButtons;
|
} mouseButtons;
|
||||||
bool quit;
|
bool quit = false;
|
||||||
xcb_connection_t *connection;
|
xcb_connection_t *connection;
|
||||||
xcb_screen_t *screen;
|
xcb_screen_t *screen;
|
||||||
xcb_window_t window;
|
xcb_window_t window;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue