win32: By default, allow windows larger than the screen

This commit is contained in:
Alexander Larsson 2011-10-26 21:44:49 +02:00
parent 6be876cdea
commit 4c061a5270

View File

@ -3097,6 +3097,9 @@ gdk_event_translate (MSG *msg,
mmi->ptMaxSize.x, mmi->ptMaxSize.y));
return_val = TRUE;
}
mmi->ptMaxTrackSize.x = 30000;
mmi->ptMaxTrackSize.y = 30000;
return_val = TRUE;
break;
case WM_CLOSE: