Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 28, 2009
1 parent ec5da63 commit cbb7118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/win32/SDL_win32events.c
Expand Up @@ -597,7 +597,7 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
3/21/09 Mason Wheeler */
case WM_NCPAINT:
{
if (SDL_GetWindowFlags(data->windowID) && SDL_WINDOW_FOREIGN) {
if (SDL_GetWindowFlags(data->windowID) & SDL_WINDOW_FOREIGN) {
return(0);
}
break;
Expand Down

0 comments on commit cbb7118

Please sign in to comment.