X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fstarfish.c;h=070c034109a1d3ec901c18ae0fb2a71c9555a3f2;hb=278c59e14c53fd412b734e699bd4f314f766f804;hp=fa5a7124c26f09a2af648abeffbadaa03d058d8d;hpb=5b7bc6e70fb439cf4c4bf771ae9f94077fe4fe08;p=xscreensaver diff --git a/hacks/starfish.c b/hacks/starfish.c index fa5a7124..070c0341 100644 --- a/hacks/starfish.c +++ b/hacks/starfish.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 @@ -422,8 +422,8 @@ run_starfish (Display *dpy, Window window, struct starfish *s) char *progclass = "Starfish"; char *defaults [] = { - "Starfish.background: black", /* to placate SGI */ - "Starfish.foreground: white", + ".background: black", + ".foreground: white", "*delay: 10000", "*cycleDelay: 100000", "*thickness: 0", /* pixels, 0 = random */ @@ -470,8 +470,9 @@ screenhack (Display *dpy, Window window) while (1) { run_starfish (dpy, window, s); - XSync (dpy, True); + XSync (dpy, False); + screenhack_handle_events (dpy); if (cycle_p && cycle_delay) { if (cycle_delay <= delay) @@ -518,6 +519,7 @@ screenhack (Display *dpy, Window window) while (i < delay2) { rotate_colors (dpy, cmap, colors, ncolors, direction); + screenhack_handle_events (dpy); usleep(cycle_delay); i += cycle_delay; }