X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fdeco.c;h=ae908051f05120448461673190127960ba973ba7;hb=14463b6ad1ab1ccf81f9c33350b048e410ba94cb;hp=bd9e62d886b6d7f1f36e68c45e3fb4ed9f890ae4;hpb=f3e0240915ed9f9b3a61781f5c7002d587563fe0;p=xscreensaver diff --git a/hacks/deco.c b/hacks/deco.c index bd9e62d8..ae908051 100644 --- a/hacks/deco.c +++ b/hacks/deco.c @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1997 Jamie Zawinski +/* xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -59,8 +59,8 @@ deco (Display *dpy, char *progclass = "Deco"; char *defaults [] = { - "Deco.background: black", /* to placate SGI */ - "Deco.foreground: white", + ".background: black", + ".foreground: white", "*maxDepth: 12", "*minWidth: 20", "*minHeight: 20", @@ -133,7 +133,8 @@ screenhack (Display *dpy, Window window) XFillRectangle(dpy, window, bgc, 0, 0, xgwa.width, xgwa.height); deco (dpy, window, xgwa.colormap, fgc, bgc, 0, 0, xgwa.width, xgwa.height, 0); - XSync (dpy, True); + XSync (dpy, False); + screenhack_handle_events (dpy); if (!delay) continue; if (!writable) @@ -144,6 +145,8 @@ screenhack (Display *dpy, Window window) while (start - delay < time((time_t) 0)) { rotate_colors (dpy, xgwa.colormap, colors, ncolors, 1); + XSync (dpy, False); + screenhack_handle_events (dpy); if (cycle_delay) usleep (cycle_delay); }