mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
win32: By default, allow windows larger than the screen
This commit is contained in:
parent
8c9963f9c3
commit
4f9e1dd414
@ -3291,6 +3291,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:
|
||||
|
Loading…
Reference in New Issue
Block a user