From 5bdb028648873a37d8a9bf879fac8b2eda6dad74 Mon Sep 17 00:00:00 2001 From: id Date: Fri, 23 Apr 1999 18:27:45 +0000 Subject: [PATCH] Packing motion notify to speed the running glass up. --- WINGs/wcolorpanel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WINGs/wcolorpanel.c b/WINGs/wcolorpanel.c index aee598b4..3ba23c2c 100644 --- a/WINGs/wcolorpanel.c +++ b/WINGs/wcolorpanel.c @@ -1687,6 +1687,8 @@ magnifyPutCursor(WMWidget *w, void *data) while(panel->magnifyGlass->valid) { WMNextEvent(scr->display, &event); + while (XCheckTypedEvent(scr->display, MotionNotify, &event)) { + } switch (event.type) { -- 2.11.4.GIT