aboutsummaryrefslogtreecommitdiffstats
path: root/xutil.c
diff options
context:
space:
mode:
authoroga2009-12-07 22:46:15 +0000
committeroga2009-12-07 22:46:15 +0000
commitff7157bb69ba801513b0ee6af1db2cde51ac62aa (patch)
treedaccfa006fd38fcac565a0b4bebc89fffe828c71 /xutil.c
parentad1677271ac08bca24c9d41bcbe555353687eb58 (diff)
downloadcwm-ff7157bb69ba801513b0ee6af1db2cde51ac62aa.tar.gz
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@
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xutil.c b/xutil.c
index a2ba9b9..e1577dd 100644
--- a/xutil.c
+++ b/xutil.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: xutil.c,v 1.19 2009/12/07 22:21:59 oga Exp $
+ * $Id: xutil.c,v 1.20 2009/12/07 22:46:15 oga Exp $
*/
#include "headers.h"
@@ -182,6 +182,7 @@ char *atoms[CWM_NO_ATOMS] = {
"_NET_SUPPORTING_WM_CHECK",
"_NET_WM_NAME",
"_NET_ACTIVE_WINDOW",
+ "_NET_CLIENT_LIST",
};
void