X11: Disable maximize on non-resizable windows (#1000)

* X11: Disable maximize on non-resizable windows

* Add a note for the source for Motif WM constants
This commit is contained in:
Murarth 2019-07-04 03:43:44 -07:00 committed by Hal Gentz
parent f8bd671073
commit 9393b14b01
3 changed files with 131 additions and 16 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On X11, non-resizable windows now have maximize explicitly disabled.
- On Windows, support paths longer than MAX_PATH (260 characters) in `WindowEvent::DroppedFile`
and `WindowEvent::HoveredFile`.
- On Mac, implement `DeviceEvent::Button`.