mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-07 16:55:51 +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)
|
while(panel->magnifyGlass->valid)
|
||||||
{
|
{
|
||||||
WMNextEvent(scr->display, &event);
|
WMNextEvent(scr->display, &event);
|
||||||
|
while (XCheckTypedEvent(scr->display, MotionNotify, &event)) {
|
||||||
|
}
|
||||||
|
|
||||||
switch (event.type)
|
switch (event.type)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user