[PATCH] wmaker: treat _NET_WM_WINDOW_TYPE property as a list
Skip to first unread message
david.m...@gmail.com
unread,
Apr 1, 2026, 8:25:42 PM (5 days ago) Apr 1
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Window Maker Development
This patch is treating the _NET_WM_WINDOW_TYPE property as an array of atoms as defined in X11. Currently, we are only getting the first one, while the client can set multiple window types ordered from most specific to least specific. --- src/wmspec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wmspec.c b/src/wmspec.c index 2621200b..8f4a3ccf 100644 --- a/src/wmspec.c +++ b/src/wmspec.c @@ -1535,7 +1535,7 @@ void wNETWMCheckClientHints(WWindow *wwin, int *layer, int *workspace) XFree(data); }