X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/88e87d2ab37d6e612e41fdb0032911e2b18c2108..0f5dc4fa6466efd6e3dc06a3e6a2b205292c6e4a:/xrepaint.c diff --git a/xrepaint.c b/xrepaint.c index 08ef3b6..23c81e0 100644 --- a/xrepaint.c +++ b/xrepaint.c @@ -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),