X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fcoral.c;h=7a4e4a97b517bd657aa771c1fb1ac9ae5eb854de;hp=6cc50daaa322e0677670b7c77c66387da6f7c9fd;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hpb=dba664f31aa87285db4d76cf8c5e66335299703a diff --git a/hacks/coral.c b/hacks/coral.c index 6cc50daa..7a4e4a97 100644 --- a/hacks/coral.c +++ b/hacks/coral.c @@ -269,6 +269,12 @@ coral_reshape (Display *dpy, Window window, void *closure, static Bool coral_event (Display *dpy, Window window, void *closure, XEvent *event) { + struct state *st = (struct state *) closure; + if (screenhack_event_helper (dpy, window, event)) + { + st->reset = 1; + return True; + } return False; }