Home
last modified time | relevance | path

Searched refs:pendingUnmaps (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/group/
H A Dgroup.c1437 if (w->pendingUnmaps) in groupHandleEvent()
1463 if (!w->pendingUnmaps) in groupHandleEvent()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dminimize.c579 if (w->pendingUnmaps && onCurrentDesktop (w)) /* Normal -> Iconic */ in minHandleEvent()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Devent.c1363 if (w->pendingUnmaps) in handleEvent()
1366 w->pendingUnmaps--; in handleEvent()
H A Dwindow.c2021 w->pendingUnmaps = 0; in addWindow()
2319 w->pendingUnmaps++; in addWindow()
4822 w->pendingUnmaps++; in hideWindow()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/kdecompat/
H A Dkdecompat.c998 if (w && !w->pendingUnmaps) in kdecompatHandleEvent()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h2615 int pendingUnmaps; member
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/animation/
H A Danimation.c3521 if (w->pendingUnmaps && onCurrentDesktop(w)) // Normal -> Iconic in animHandleEvent()