]> git.jsancho.org Git - lugaru.git/blobdiff - Source/OpenGL_Windows.cpp
Removed ctrl+q binding. All OS have their own binding for window closing.
[lugaru.git] / Source / OpenGL_Windows.cpp
index de18d4a945646cd476fb0fb550f6799ced6ef663..c78dc28755817be7376ad9edb5c1d5cedeb76800 100644 (file)
@@ -202,7 +202,7 @@ void toggleFullscreen()
     SDL_SetWindowFullscreen(sdlwindow, flags);
 }
 
-static SDL_bool sdlEventProc(const SDL_Event &e)
+SDL_bool sdlEventProc(const SDL_Event &e)
 {
     switch (e.type) {
         case SDL_QUIT: