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

/xsrc/external/mit/ctwm/dist/
H A Dcolormaps.c101 cwins[i]->colormap->state &= ~CM_INSTALL;
106 if(cmap->state & CM_INSTALL) {
114 if(row[j] && (cwins[j]->colormap->state & CM_INSTALL)) {
123 cmap->state |= CM_INSTALL;
136 if(cmap->state & CM_INSTALL) {
137 cmap->state &= ~CM_INSTALL;
H A Dctwm.h268 #define CM_INSTALL 4 macro
/xsrc/external/mit/twm/dist/src/
H A Dtwm.h213 #define CM_INSTALL 4 macro
H A Devents.c2540 cmap->state &= ~CM_INSTALL;
2550 if (row[j] && (cwins[j]->colormap->state & CM_INSTALL))
2557 cmap->state |= CM_INSTALL;
2565 if (cmap->state & CM_INSTALL) {
2566 cmap->state &= ~CM_INSTALL;

Completed in 7 milliseconds