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

/xsrc/external/mit/twm/dist/src/
H A Devents.c380 XColormapEvent *cevent = (XColormapEvent *) &Event; local in function:HandleColormapNotify
385 if (XFindContext(dpy, cevent->window, ColormapContext, &context_data) == 0)
393 if (cevent->c_new) {
395 if (cevent->new) {
397 if (XFindContext(dpy, cevent->colormap, ColormapContext,
399 cwin->colormap = CreateTwmColormap(cevent->colormap);
407 if (cevent->state == ColormapUninstalled)
423 if (cevent->state == ColormapUninstalled && (cmap->state & CM_INSTALLABLE)) {
433 if (cevent->serial >= Scr->cmapInfo.first_req) {
452 cwins[n]->colormap->install_req == cevent
[all...]
/xsrc/external/mit/ctwm/dist/
H A Devent_handlers.c109 XColormapEvent *cevent = (XColormapEvent *) &Event; local in function:HandleColormapNotify
115 if(XFindContext(dpy, cevent->window, ColormapContext,
121 if(cevent->new) {
122 if(XFindContext(dpy, cevent->colormap, ColormapContext,
124 cwin->colormap = CreateTwmColormap(cevent->colormap);
132 if(cevent->state == ColormapUninstalled) {
151 if(cevent->state == ColormapUninstalled &&
163 if(cevent->serial >= Scr->cmapInfo.first_req) {
180 cwins[n]->colormap->install_req == cevent->serial) {
248 else if(cevent
[all...]

Completed in 3 milliseconds