about summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2013-04-12 20:54:27 +0000
committerokan <okan>2013-04-12 20:54:27 +0000
commitf3dfc4968cee2080cfa4a4f24f0977b962aa367d (patch)
tree18a96d69c1a6900515c88c17599bd242c35e0206
parentef1b78f4649612a9db2614abcfe968cdec13e139 (diff)
downloadcwm-f3dfc4968cee2080cfa4a4f24f0977b962aa367d.tar.gz
cwm-f3dfc4968cee2080cfa4a4f24f0977b962aa367d.tar.xz
cwm-f3dfc4968cee2080cfa4a4f24f0977b962aa367d.zip
we handle WM_STATE here, so remove misleading comment.
-rw-r--r--client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.c b/client.c
index 663b7c5..495625f 100644
--- a/client.c
+++ b/client.c
@@ -447,7 +447,6 @@ client_ptrsave(struct client_ctx *cc)
 void
 client_hide(struct client_ctx *cc)
 {
-	/* XXX - add wm_state stuff */
 	XUnmapWindow(X_Dpy, cc->win);
 
 	cc->active = 0;