summary refs log tree commit diff
path: root/screen.c
diff options
context:
space:
mode:
authorokan <okan>2015-08-21 16:52:37 +0000
committerokan <okan>2015-08-21 16:52:37 +0000
commitcd3bbb1c9c2d789977ec761aeddedc26d282de89 (patch)
tree521c5a83149722c16a0fa4c2dce5cdac2af54f59 /screen.c
parent1d31f9000cabc965f478991c4ad11c43f163c30f (diff)
downloadcwm-cd3bbb1c9c2d789977ec761aeddedc26d282de89.tar.gz
cwm-cd3bbb1c9c2d789977ec761aeddedc26d282de89.tar.xz
cwm-cd3bbb1c9c2d789977ec761aeddedc26d282de89.zip
Fix whitespace.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/screen.c b/screen.c
index 7ba8a31..aad2159 100644
--- a/screen.c
+++ b/screen.c
@@ -67,12 +67,12 @@ screen_init(int which)
 	xu_ewmh_net_virtual_roots(sc);
 
 	rootattr.cursor = Conf.cursor[CF_NORMAL];
-	rootattr.event_mask = SubstructureRedirectMask|SubstructureNotifyMask|
-	    PropertyChangeMask|EnterWindowMask|LeaveWindowMask|
-	    ColormapChangeMask|BUTTONMASK;
+	rootattr.event_mask = SubstructureRedirectMask |
+	    SubstructureNotifyMask | PropertyChangeMask | EnterWindowMask |
+	    LeaveWindowMask | ColormapChangeMask | BUTTONMASK;
 
 	XChangeWindowAttributes(X_Dpy, sc->rootwin,
-	    CWEventMask|CWCursor, &rootattr);
+	    (CWEventMask | CWCursor), &rootattr);
 
 	/* Deal with existing clients. */
 	if (XQueryTree(X_Dpy, sc->rootwin, &w0, &w1, &wins, &nwins)) {