X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fpenrose.c;h=603db735ebeadd22562326f5eb61354a1843f78e;hp=6910e5f393c974e831958969be5b45549b6bfb24;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hpb=dba664f31aa87285db4d76cf8c5e66335299703a diff --git a/hacks/penrose.c b/hacks/penrose.c index 6910e5f3..603db735 100644 --- a/hacks/penrose.c +++ b/hacks/penrose.c @@ -90,7 +90,6 @@ If one of these are hit penrose will reinitialize. "*ignoreRotation: True \n" \ # define refresh_penrose 0 -# define penrose_handle_event 0 # include "xlockmore.h" /* from the xscreensaver distribution */ #else /* !STANDALONE */ # include "xlock.h" /* from the xlockmore distribution */ @@ -1351,6 +1350,18 @@ release_penrose(ModeInfo * mi) } } +ENTRYPOINT Bool +penrose_handle_event (ModeInfo *mi, XEvent *event) +{ + if (screenhack_event_helper (MI_DISPLAY(mi), MI_WINDOW(mi), event)) + { + init_penrose (mi); + return True; + } + return False; +} + + XSCREENSAVER_MODULE ("Penrose", penrose) #endif /* MODE_penrose */