mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
Merge pull request #334 from inclement/fix_xwayland_close
Fix order of WM_HINTS and WM_PROTOCOLS in xwm atom_map
This commit is contained in:
commit
70cc87078e
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@
|
|||
const char *atom_map[ATOM_LAST] = {
|
||||
"WL_SURFACE_ID",
|
||||
"WM_DELETE_WINDOW",
|
||||
"WM_HINTS",
|
||||
"WM_PROTOCOLS",
|
||||
"WM_HINTS",
|
||||
"WM_NORMAL_HINTS",
|
||||
"WM_SIZE_HINTS",
|
||||
"_MOTIF_WM_HINTS",
|
||||
|
|
Loading…
Reference in a new issue