1
0
forked from vitrine/wmaker

Packing motion notify to speed the running glass up.

This commit is contained in:
id
1999-04-23 18:27:45 +00:00
parent 1bb45d3466
commit 5bdb028648

View File

@@ -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)
{