Utility: Fix compilation again

This commit is contained in:
Lynix 2016-11-27 02:42:16 +01:00
parent 9cc20f1069
commit fda625b00a
1 changed files with 1 additions and 2 deletions

View File

@ -108,13 +108,12 @@ namespace Nz
xcb_randr_get_screen_info_reply_t m_oldVideoMode;
xcb_size_hints_t m_size_hints;
Thread m_thread;
UInt32 m_style;
WindowStyleFlags m_style;
Window* m_parent;
bool m_eventListener;
bool m_ownsWindow;
bool m_smoothScrolling;
bool m_threadActive;
short m_scrolling;
Vector2i m_mousePos;
bool m_keyRepeat;