X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/xtoys/blobdiff_plain/88e87d2ab37d6e612e41fdb0032911e2b18c2108..c3d5f88d49ba3dbb7c2f44d5861206f273dd2924:/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),