fix win32 key input and implement fullscreen/maximize/minsize

This commit is contained in:
Eduardo Bart
2012-01-06 21:26:29 -02:00
parent acd720e249
commit cd0d2cb642
8 changed files with 92 additions and 48 deletions

View File

@@ -36,6 +36,7 @@ X11Window::X11Window()
m_xic = 0;
m_screen = 0;
m_wmDelete = 0;
m_size = Size(16,16);
#ifndef OPENGL_ES2
m_glxContext = 0;