Initialize (Linux) quit member (Fixes #207)

This commit is contained in:
saschawillems 2016-07-18 20:43:41 +02:00
parent 574287f210
commit cba856c1eb

View file

@ -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;