Browse Source

Fixed windows build with conflict resolve

Sam Lantinga 11 years ago
parent
commit
9fa4da1353
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/video/windows/SDL_windowswindow.h

+ 1 - 0
src/video/windows/SDL_windowswindow.h

@@ -38,6 +38,7 @@ typedef struct
     SDL_bool created;
     SDL_bool created;
     WPARAM mouse_button_flags;
     WPARAM mouse_button_flags;
     BOOL expected_resize;
     BOOL expected_resize;
+    SDL_bool in_modal_loop;
     struct SDL_VideoData *videodata;
     struct SDL_VideoData *videodata;
 #if SDL_VIDEO_OPENGL_EGL  
 #if SDL_VIDEO_OPENGL_EGL  
     EGLSurface egl_surface;
     EGLSurface egl_surface;