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