aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorokan2013-04-12 20:54:27 +0000
committerokan2013-04-12 20:54:27 +0000
commit09cfe97666b497284d112091bf41cc40a4320270 (patch)
tree6a6a210504b19d27d4621ae6d9b06383e1aeb98e /client.c
parentb53f92bc43f7fe4f04e1be235e530bc76fdba968 (diff)
downloadcwm-09cfe97666b497284d112091bf41cc40a4320270.tar.gz
we handle WM_STATE here, so remove misleading comment.
Diffstat (limited to 'client.c')
-rw-r--r--client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/client.c b/client.c
index f944b55..51af7a6 100644
--- a/client.c
+++ b/client.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.
*
- * $OpenBSD: client.c,v 1.123 2013/04/12 20:45:57 okan Exp $
+ * $OpenBSD: client.c,v 1.124 2013/04/12 20:54:27 okan Exp $
*/
#include <sys/param.h>
@@ -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;