Searched refs:GetColorFromList (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | list.h | 72 extern int GetColorFromList(name_list * list_head, const char *name,
|
| H A D | list.c | 158 GetColorFromList(name_list * list_head, const char *name, XClassHint *xclass, function in typeref:typename:int
|
| H A D | iconmgr.c | 89 GetColorFromList(Scr->IconManagerBL, p->name, (XClassHint *) NULL, 387 GetColorFromList(Scr->IconManagerFL, tmp_win->full_name, &tmp_win->xclass, 389 GetColorFromList(Scr->IconManagerBL, tmp_win->full_name, &tmp_win->xclass, 391 GetColorFromList(Scr->IconManagerHighlightL, tmp_win->full_name,
|
| H A D | add_window.c | 796 GetColorFromList(Scr->BorderColorL, tmp_win->full_name, 798 GetColorFromList(Scr->IconBorderColorL, tmp_win->full_name, 800 GetColorFromList(Scr->BorderTileForegroundL, tmp_win->full_name, 802 GetColorFromList(Scr->BorderTileBackgroundL, tmp_win->full_name, 804 GetColorFromList(Scr->TitleForegroundL, tmp_win->full_name, 806 GetColorFromList(Scr->TitleBackgroundL, tmp_win->full_name, 808 GetColorFromList(Scr->IconForegroundL, tmp_win->full_name, 810 GetColorFromList(Scr->IconBackgroundL, tmp_win->full_name,
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | list.h | 35 bool GetColorFromList(name_list *list_head, char *name,
|
| H A D | win_utils.c | 1229 f = GetColorFromList(Scr->TitleForegroundL, win->name, 1231 b = GetColorFromList(Scr->TitleBackgroundL, win->name, 1239 f = GetColorFromList(Scr->BorderColorL, win->name, 1241 b = GetColorFromList(Scr->BorderColorL, win->name, 1250 f = GetColorFromList(Scr->BorderTileForegroundL, win->name, 1252 b = GetColorFromList(Scr->BorderTileBackgroundL, win->name,
|
| H A D | iconmgr.c | 133 GetColorFromList(Scr->IconManagerBL, p->name, NULL, 760 GetColorFromList(Scr->IconManagerFL, tmp_win->name, 762 GetColorFromList(Scr->IconManagerBL, tmp_win->name, 764 GetColorFromList(Scr->IconManagerHighlightL, tmp_win->name,
|
| H A D | list.c | 177 * GetColorFromList - look through a list for a window name, or class 194 bool GetColorFromList(name_list *list_head, char *name, function in typeref:typename:bool
|
| H A D | icons.c | 467 GetColorFromList(Scr->IconBorderColorL, tmp_win->name, &tmp_win->class, 469 GetColorFromList(Scr->IconForegroundL, tmp_win->name, &tmp_win->class, 471 GetColorFromList(Scr->IconBackgroundL, tmp_win->name, &tmp_win->class,
|
| H A D | workspace_manager.c | 2132 GetColorFromList(Scr->workSpaceMgr.windowBackgroundL, 2135 GetColorFromList(Scr->workSpaceMgr.windowForegroundL,
|
| H A D | add_window.c | 1350 #define SETC(lst, save) GetColorFromList(Scr->lst, tmp_win->name, \
|
Completed in 64 milliseconds