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

/xsrc/external/mit/twm/dist/src/
H A Dtwm.c444 Scr->TwmRoot.cmaps.number_cwins = 1;
445 Scr->TwmRoot.cmaps.cwins = (ColormapWindow **)
447 Scr->TwmRoot.cmaps.cwins[0] =
449 Scr->TwmRoot.cmaps.cwins[0]->visibility = VisibilityPartiallyObscured;
455 InstallWindowColormaps(0, &Scr->TwmRoot);
719 XQueryColor(dpy, Scr->TwmRoot.cmaps.cwins[0]->colormap->c,
722 XQueryColor(dpy, Scr->TwmRoot.cmaps.cwins[0]->colormap->c,
901 InstallWindowColormaps(0, &Scr->TwmRoot); /* force reinstall */
902 for (tmp = Scr->TwmRoot.next; tmp != NULL; tmp = tmp->next) {
H A Dmenus.c737 Colormap cmap = Scr->TwmRoot.cmaps.cwins[0]->colormap->c;
949 for (tmp_win = Scr->TwmRoot.next, WindowNameCount = 0;
958 WindowNames[0] = Scr->TwmRoot.next;
960 for (tmp_win = Scr->TwmRoot.next->next, WindowNameCount = 1;
1989 #define nwin(w) ((w) && (n=wseq(w)) != NULL && n != &Scr->TwmRoot ? n : l)
1992 of = (Scr->Focus ? Scr->Focus : &Scr->TwmRoot);
1994 for (t = Scr->TwmRoot.next; t; t = t->next)
2003 l = Scr->TwmRoot.next;
2035 for (t = Scr->TwmRoot.next; t != NULL; t = t->next) {
2041 for (t = Scr->TwmRoot
[all...]
H A Dscreen.h72 TwmWindow TwmRoot; /* the head of the twm window list */ member in struct:ScreenInfo
H A Devents.c621 for (Tmp_win = Scr->TwmRoot.next; Tmp_win != NULL;
633 for (Tmp_win = Scr->TwmRoot.next; Tmp_win != NULL;
648 for (Tmp_win = Scr->TwmRoot.next; Tmp_win != NULL;
1228 InstallWindowColormaps(DestroyNotify, &Scr->TwmRoot);
2031 InstallWindowColormaps(EnterNotify, &Scr->TwmRoot);
2071 &Scr->TwmRoot);
2237 InstallWindowColormaps(LeaveNotify, &Scr->TwmRoot);
2606 InstallWindowColormaps(0, &Scr->TwmRoot);
H A Dadd_window.c779 tmp_win->next = Scr->TwmRoot.next;
780 if (Scr->TwmRoot.next != NULL)
781 Scr->TwmRoot.next->prev = tmp_win;
782 tmp_win->prev = &Scr->TwmRoot;
783 Scr->TwmRoot.next = tmp_win;
H A Dutil.c488 Colormap cmap = Scr->TwmRoot.cmaps.cwins[0]->colormap->c;
561 Colormap cmap = Scr->TwmRoot.cmaps.cwins[0]->colormap->c;
H A Dsession.c753 theWindow = theScreen->TwmRoot.next;
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md426 * Eliminated TwmWindow TwmRoot from struct ScreenInfo. Mostly a

Completed in 16 milliseconds