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

/xsrc/external/mit/ctwm/dist/
H A Dcolormaps.c54 ColormapWindow **cwins, *cwin, **maxcwin = NULL; local in function:InstallColormaps
104 cwin = cwins[i];
105 cmap = cwin->colormap;
110 cmap->w = cwin->w;
111 if(cwin->visibility != VisibilityFullyObscured) {
276 ColormapWindow *cwin; local in function:CreateColormapWindow
280 cwin = malloc(sizeof(ColormapWindow));
281 if(cwin == NULL) {
286 cwin->w = w;
293 cwin
[all...]
H A Devent_handlers.c110 ColormapWindow *cwin, **cwins; local in function:HandleColormapNotify
116 (XPointer *)&cwin) == XCNOENT) {
119 cmap = cwin->colormap;
123 (XPointer *)&cwin->colormap) == XCNOENT) {
124 cwin->colormap = CreateTwmColormap(cevent->colormap);
127 cwin->colormap->refcnt++;
174 if(lost == -1 && cwins[n] == cwin) {
228 ** One of the cwin installs caused one of the cwin
230 ** UninstallNotify for the cwin
491 ColormapWindow *cwin; local in function:HandleVisibilityNotify
3148 ColormapWindow *cwin; local in function:HandleEnterNotify
[all...]
/xsrc/external/mit/twm/dist/src/
H A Devents.c381 ColormapWindow *cwin; local in function:HandleColormapNotify
386 cwin = (ColormapWindow *) context_data;
390 cmap = cwin->colormap;
399 cwin->colormap = CreateTwmColormap(cevent->colormap);
401 cwin->colormap = (TwmColormap *) context_data;
402 cwin->colormap->refcnt++;
446 if (lost == -1 && cwins[n] == cwin) {
498 ** One of the cwin installs caused one of the cwin
500 ** UninstallNotify for the cwin
534 ColormapWindow *cwin; local in function:HandleVisibilityNotify
2493 ColormapWindow **cwins, *cwin, **maxcwin = NULL; local in function:InstallWindowColormaps
[all...]
H A Dadd_window.c1416 ColormapWindow *cwin; local in function:CreateColormapWindow
1420 cwin = (ColormapWindow *) malloc(sizeof(ColormapWindow));
1421 if (cwin) {
1423 XSaveContext(dpy, w, ColormapContext, (XPointer) cwin)) {
1424 free(cwin);
1429 (XPointer *) &cwin->colormap) == XCNOENT) {
1430 cwin->colormap = cmap = CreateTwmColormap(attributes.colormap);
1433 free(cwin);
1438 cwin->colormap->refcnt++;
1441 cwin
[all...]

Completed in 6 milliseconds