mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 14:15:46 +01:00
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