Searched refs:compMode (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c184 static CompMode compMode = CompSimple; variable in typeref:typename:CompMode
838 if (compMode != CompSimple && !(w->windowType == winDockAtom && excludeDockShadows))
840 if (compMode == CompServerShadows || w->mode != WINDOW_ARGB)
844 if (compMode == CompServerShadows)
1044 switch (compMode) {
1165 if (compMode == CompServerShadows)
2097 compMode = CompServerShadows;
2100 compMode = CompClientShadows;
2106 compMode = CompSimple;
2202 if (compMode
[all...]

Completed in 4 milliseconds