Skip to content

Commit

Permalink
Fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 4, 2011
1 parent 444e5b2 commit 813f101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/wincommon/SDL_sysevents.c
Expand Up @@ -419,6 +419,7 @@ LRESULT CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
if ( SDL_VideoSurface && ! DINPUT() ) {
WORD xbuttonval = 0;
Uint8 button, state;
int x, y;

/* DJM:
We want the SDL window to take focus so that
Expand Down

0 comments on commit 813f101

Please sign in to comment.