Home
last modified time | relevance | path

Searched refs:MenuGC (Results 1 – 18 of 18) sorted by relevance

/dports/x11-wm/twm/twm-1.0.11/src/
H A Dgc.c99 Scr->MenuGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
H A Dscreen.h182 GC MenuGC; /* gc for menus */ member
H A Dmenus.c396 gc = Scr->MenuGC; in PaintEntry()
/dports/x11-wm/piewm/piewm-1.04/
H A Dgc.c92 Scr->MenuGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
H A Dscreen.h213 GC MenuGC; /* gc for menus */ member
H A Dmenus.c537 gc = Scr->MenuGC; in PaintEntry()
/dports/x11-wm/tvtwm/tvtwm/
H A Dgc.c87 Scr->MenuGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
H A Dscreen.h213 GC MenuGC; /* gc for menus */ member
H A Dmenus.c582 gc = Scr->MenuGC;
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dgc.c78 Scr->MenuGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
H A Dscreen.h695 GC MenuGC; ///< GC for menus member
H A Dmenus.c282 gc = Scr->MenuGC; in Paint3DEntry()
364 gc = Scr->MenuGC; in PaintNormalEntry()
/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Dgc.c106 Scr->MenuGC = XCreateGC(dpy, Scr->Root, gcm, &gcv); in CreateGCs()
H A Dscreen.h274 GC MenuGC; /* gc for menus */ member
H A Dmenus.c512 gc = Scr->MenuGC; in Paint3DEntry()
622 gc = Scr->MenuGC; in PaintNormalEntry()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dscreen.h164 GC MenuGC; member
H A Dmenus.c389 currentGC = Scr.MenuGC; in PaintEntry()
H A Dconfigure.c2338 Scr.MenuGC = XCreateGC(dpy, Scr.Root, gcm, &gcv); in CreateGCs()