summary refs log tree commit diff
path: root/xutil.c
diff options
context:
space:
mode:
authorokan <okan>2013-07-15 23:51:59 +0000
committerokan <okan>2013-07-15 23:51:59 +0000
commit4ef96a27726725e2a0919e4de59ee00114b0d0e2 (patch)
tree4d09b7ef0f52147ff894174fd09dac349eab60d4 /xutil.c
parent4119b5c065ee32189f26a0a95d4c36539003b142 (diff)
downloadcwm-4ef96a27726725e2a0919e4de59ee00114b0d0e2.tar.gz
cwm-4ef96a27726725e2a0919e4de59ee00114b0d0e2.tar.xz
cwm-4ef96a27726725e2a0919e4de59ee00114b0d0e2.zip
collapse lines
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xutil.c b/xutil.c
index 932835d..1e408a9 100644
--- a/xutil.c
+++ b/xutil.c
@@ -177,8 +177,7 @@ xu_set_wm_state(Window win, int state)
 	dat[0] = state;
 	dat[1] = None;
 
-	XChangeProperty(X_Dpy, win,
-	    cwmh[WM_STATE], cwmh[WM_STATE], 32,
+	XChangeProperty(X_Dpy, win, cwmh[WM_STATE], cwmh[WM_STATE], 32,
 	    PropModeReplace, (unsigned char *)dat, 2);
 }