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

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c76 Picture shadowPict; member in struct:_win
1052 if (w->opacity != OPAQUE && !w->shadowPict)
1053 w->shadowPict = solid_picture (dpy, True,
1057 w->shadowPict ? w->shadowPict : transBlackPicture,
1359 if (w->shadowPict)
1361 XRenderFreePicture (dpy, w->shadowPict);
1362 w->shadowPict = None;
1478 new->shadowPict = None;
1643 if (w->shadowPict)
[all...]

Completed in 3 milliseconds