forked from vitrine/wmaker
Packing motion notify to speed the running glass up.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user