Home
last modified time | relevance | path

Searched refs:HighlightPixmapName (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dwin_decorations.c984 if(Scr->HighlightPixmapName) { in CreateHighlightWindows()
985 tmp_win->HiliteImage = GetImage(Scr->HighlightPixmapName, tmp_win->title); in CreateHighlightWindows()
1066 if(Scr->HighlightPixmapName) { in DeleteHighlightWindows()
1108 if(Scr->HighlightPixmapName) { in CreateLowlightWindows()
1112 tmp_win->LoliteImage = GetImage(Scr->HighlightPixmapName, cp); in CreateLowlightWindows()
H A Dscreen.h267 char *HighlightPixmapName; member
H A Dgram.y631 pixmap_entry : TITLE_HILITE string { Scr->HighlightPixmapName = strdup($2); }
/dports/x11-wm/ctwm/ctwm-4.0.3/gen/
H A Dgram.tab.c3056 { Scr->HighlightPixmapName = strdup((yyvsp[0].ptr)); } in yyparse()