collapse lines

This commit is contained in:
okan
2013-07-15 23:51:59 +00:00
parent 4119b5c065
commit 4ef96a2772
3 changed files with 6 additions and 10 deletions

View File

@ -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);
}