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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c177 Colormap * /*pmid*/
488 /* Tell window that pmid has disappeared */
490 TellNoMap (WindowPtr pwin, Colormap *pmid) argument
494 if (wColormap(pwin) == *pmid)
515 /* Tell window that pmid got uninstalled */
519 Colormap *pmid = (Colormap *)value; local in function:TellLostMap
526 if (wColormap(pwin) == *pmid)
531 xE.u.colormap.colormap = *pmid;
540 /* Tell window that pmid got installed */
544 Colormap *pmid local in function:TellGainedMap
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c163 Colormap * /*pmid */
452 /* Tell window that pmid has disappeared */
454 TellNoMap(WindowPtr pwin, Colormap * pmid) argument
456 if (wColormap(pwin) == *pmid) {
478 /* Tell window that pmid got uninstalled */
482 Colormap *pmid = (Colormap *) value; local in function:TellLostMap
488 if (wColormap(pwin) == *pmid) {
492 .u.colormap.colormap = *pmid,
503 /* Tell window that pmid got installed */
507 Colormap *pmid local in function:TellGainedMap
[all...]

Completed in 5 milliseconds