Lines Matching refs:update
136 compRedirectWindow(ClientPtr pClient, WindowPtr pWin, int update)
153 * Only one Manual update is allowed
155 if (cw && update == CompositeRedirectManual)
157 if (ccw->update == CompositeRedirectManual)
169 ccw->update = update;
192 cw->update = CompositeRedirectAutomatic;
205 if (ccw->update == CompositeRedirectManual) {
213 cw->update = CompositeRedirectManual;
215 else if (cw->update == CompositeRedirectAutomatic && !cw->damageRegistered) {
277 if (ccw->update == CompositeRedirectManual)
278 cw->update = CompositeRedirectAutomatic;
299 else if (cw->update == CompositeRedirectAutomatic &&
323 compUnredirectWindow(ClientPtr pClient, WindowPtr pWin, int update)
332 if (ccw->update == update && CLIENT_ID(ccw->id) == pClient->index) {
344 compRedirectSubwindows(ClientPtr pClient, WindowPtr pWin, int update)
351 * Only one Manual update is allowed
353 if (csw && update == CompositeRedirectManual)
355 if (ccw->update == CompositeRedirectManual)
366 ccw->update = update;
376 csw->update = CompositeRedirectAutomatic;
384 int ret = compRedirectWindow(pClient, pChild, update);
388 (void) compUnredirectWindow(pClient, pChild, update);
404 if (ccw->update == CompositeRedirectManual) {
405 csw->update = CompositeRedirectManual;
434 if (ccw->update == CompositeRedirectManual) {
440 csw->update = CompositeRedirectAutomatic;
451 (void) compUnredirectWindow(pClient, pChild, ccw->update);
472 compUnredirectSubwindows(ClientPtr pClient, WindowPtr pWin, int update)
480 if (ccw->update == update && CLIENT_ID(ccw->id) == pClient->index) {
501 pWin, ccw->update);
523 pWin, ccw->update);
615 if (cw->update == CompositeRedirectAutomatic)
624 if (cw->update == CompositeRedirectAutomatic) {