chiark / gitweb /
xrepaint.c: Break an absurdly long line.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Apr 2022 11:17:50 +0000 (12:17 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 24 Apr 2022 11:25:07 +0000 (12:25 +0100)
xrepaint.c

index 08ef3b6de59f103672108061380092722599198e..23c81e028fcaa1c933c014009d3af39cde1cf318 100644 (file)
@@ -81,7 +81,9 @@ static Window cover_screen(Screen *sc)
   XSetWindowAttributes attr;
 
   attr.background_pixel = 0;
-  attr.event_mask = StructureNotifyMask | VisibilityChangeMask | ExposureMask | KeyPressMask | ButtonPressMask;
+  attr.event_mask =
+    StructureNotifyMask | VisibilityChangeMask | ExposureMask |
+    KeyPressMask | ButtonPressMask;
   attr.override_redirect = True;
   w = XCreateWindow(dpy, RootWindowOfScreen(sc),
                    0, 0, WidthOfScreen(sc), HeightOfScreen(sc),