From 728d2a40dd4e0151c6473179d35ca08fd0a0f1b4 Mon Sep 17 00:00:00 2001 From: oga Date: Mon, 7 Dec 2009 22:46:15 +0000 Subject: support _NET_CLIENT_LIST. the x property api doesn't let you remove one entry from an X property array, so client_remove is kinda expensive, but there's no real way around that.. ok okan@ --- xutil.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xutil.c') diff --git a/xutil.c b/xutil.c index d4e4f62..6b191ff 100644 --- a/xutil.c +++ b/xutil.c @@ -182,6 +182,7 @@ char *atoms[CWM_NO_ATOMS] = { "_NET_SUPPORTING_WM_CHECK", "_NET_WM_NAME", "_NET_ACTIVE_WINDOW", + "_NET_CLIENT_LIST", }; void -- cgit 1.4.1