about summary refs log tree commit diff
path: root/client.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 /client.c
parent4119b5c065ee32189f26a0a95d4c36539003b142 (diff)
downloadcwm-4ef96a27726725e2a0919e4de59ee00114b0d0e2.tar.gz
cwm-4ef96a27726725e2a0919e4de59ee00114b0d0e2.tar.xz
cwm-4ef96a27726725e2a0919e4de59ee00114b0d0e2.zip
collapse lines
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 b92132a..9a90588 100644
--- a/client.c
+++ b/client.c
@@ -840,8 +840,7 @@ client_getmwmhints(struct client_ctx *cc)
 {
 	struct mwm_hints	*mwmh;
 
-	if (xu_getprop(cc->win,
-	    cwmh[_MOTIF_WM_HINTS], cwmh[_MOTIF_WM_HINTS],
+	if (xu_getprop(cc->win, cwmh[_MOTIF_WM_HINTS], cwmh[_MOTIF_WM_HINTS],
 	    PROP_MWM_HINTS_ELEMENTS, (u_char **)&mwmh) == MWM_NUMHINTS)
 		if (mwmh->flags & MWM_HINTS_DECORATIONS &&
 		    !(mwmh->decorations & MWM_DECOR_ALL) &&