Skip to content
Snippets Groups Projects
Commit aa91c103 authored by ram's avatar ram
Browse files

Fixed SET-WM-PROPERTIES to set the WM-HINTS-WINDOW-GROUP to the

WINDOW-GROUP, rather than setting the INPUT.
parent a8c1f4f4
No related branches found
No related tags found
No related merge requests found
......@@ -596,7 +596,8 @@
(when icon-x (setf (wm-hints-icon-x wm-hints) icon-x))
(when icon-y (setf (wm-hints-icon-y wm-hints) icon-y))
(when icon-mask (setf (wm-hints-icon-mask wm-hints) icon-mask))
(when window-group (setf (wm-hints-input wm-hints) window-group))
(when window-group
(setf (wm-hints-window-group wm-hints) window-group))
(setf (wm-hints window) wm-hints))
(when hints (setf (wm-hints window) hints)))
;; WM-NORMAL-HINTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment