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

/xsrc/external/mit/libXpm/dist/src/
H A DInfo.c120 if (attributes->valuemask & XpmHotspot) {
121 info->valuemask |= XpmHotspot;
H A DAttrib.c239 if (info->valuemask & XpmHotspot) {
240 attributes->valuemask |= XpmHotspot;
H A DCrDatFrI.c162 if (info && (info->valuemask & XpmHotspot)) {
H A DWrFFrI.c197 if (info && (info->valuemask & XpmHotspot))
H A DCrBufFrI.c174 if (info && (info->valuemask & XpmHotspot)) {
H A Dparse.c851 info->valuemask |= XpmHotspot;
H A Dcreate.c2279 info->valuemask |= XpmHotspot;
/xsrc/external/mit/libXpm/dist/include/X11/
H A Dxpm.h225 #define XpmHotspot (1L<<4) /* x_hotspot & y_hotspot */ macro

Completed in 34 milliseconds