X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fphosphor.c;h=4aced864ab85865c7964a5c858d9e8d724030886;hp=c575bb2aebc460dbee8aecdc08806aa0144705be;hb=278c59e14c53fd412b734e699bd4f314f766f804;hpb=551b3de3f619c04c2dd1971ee9b3f02e270c28c9 diff --git a/hacks/phosphor.c b/hacks/phosphor.c index c575bb2a..4aced864 100644 --- a/hacks/phosphor.c +++ b/hacks/phosphor.c @@ -793,8 +793,8 @@ screenhack (Display *dpy, Window window) XSync (dpy, False); screenhack_handle_events (dpy); - if (XtAppPending (app) & (XtIMTimer|XtIMAlternateInput|XtIMSignal)) - XtAppProcessEvent (app, XtIMTimer|XtIMAlternateInput|XtIMSignal); + if (XtAppPending (app) & (XtIMTimer|XtIMAlternateInput)) + XtAppProcessEvent (app, XtIMTimer|XtIMAlternateInput); if (delay) usleep (delay); }