From 4ef96a27726725e2a0919e4de59ee00114b0d0e2 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 15 Jul 2013 23:51:59 +0000 Subject: collapse lines --- xutil.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xutil.c') 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); } -- cgit 1.4.1