X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fhypercube.c;h=5150ec3bdfbc130e49f6bf6ae4c66ba03ffc85cd;hb=f65151994eba80ecabcdac6eef6fa0dde7e2d45b;hp=6ad94a83c9c28ac09f455ad56d6751084f306209;hpb=0bd2eabab3e404c6769fe8f59b639275e960c415;p=xscreensaver diff --git a/hacks/hypercube.c b/hacks/hypercube.c index 6ad94a83..5150ec3b 100644 --- a/hacks/hypercube.c +++ b/hacks/hypercube.c @@ -1,5 +1,5 @@ -/* xscreensaver, Copyright (c) 1992, 1995, 1996 - * Jamie Zawinski +/* xscreensaver, Copyright (c) 1992, 1995, 1996, 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 @@ -210,7 +210,8 @@ hyper (double xy, double xz, double yz, double xw, double yw, double zw) rotates (y,w); rotates (z,w); - XSync (dpy, True); + XSync (dpy, False); + screenhack_handle_events (dpy); if (delay) usleep (delay); } }