mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
X11: Fix decoration enabling after window creation
This fixes the enabling of window decorations after creation. Instead
of removing the _MOTIF_WM_HINTS property, we now set or unset the
MWM_DECOR_ALL bit of the decorations field.
Fixes #1566.
(cherry picked from commit 5fc4c01302)
This commit is contained in:
@@ -132,6 +132,7 @@ information on what to include when reporting a bug.
|
||||
- [X11] Bugfix: The CMake files did not check for the XInput headers (#1480)
|
||||
- [X11] Bugfix: Key names were not updated when the keyboard layout changed
|
||||
(#1462,#1528)
|
||||
- [X11] Bugfix: Decorations could not be enabled after window creation (#1566)
|
||||
|
||||
|
||||
## Contact
|
||||
|
||||
Reference in New Issue
Block a user