Oops
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403569
This commit is contained in:
parent
29be1b210a
commit
e62d2f485e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue