Home
last modified time | relevance | path

Searched refs:IgnoreLeave (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/treewm/treewm-0.4.5/src/
H A Dmanager.cc357 if (IgnoreLeave && XSync(dpy,false) && !XPending(dpy)) // avoid annoying race condition in CleanUp()
358 IgnoreLeave = false; in CleanUp()
446 IgnoreLeave = false; in Run()
568 if (IgnoreLeave) in Run()
578 if (IgnoreLeave) in Run()
593 IgnoreLeave = d->Leave(ev.xcrossing.x_root,ev.xcrossing.y_root + in Run()
H A Dmanager.h33 bool IgnoreLeave; variable
H A Duehandler.cc682 if (!man->IgnoreLeave) { in Motion()
692 man->IgnoreLeave = SelClient->parent->Leave(e.x_root,e.y_root,false); in Motion()