Lines Matching refs:res_name
578 GetClassNames(WMInfoPtr pWMInfo, xcb_window_t iWindow, char **res_name, in GetClassNames() argument
589 *res_name = strdup(reply1.instance_name); in GetClassNames()
594 *res_name = strdup(""); in GetClassNames()
663 char *res_name = 0; in UpdateIcon() local
666 GetClassNames(pWMInfo, iWindow, &res_name, &res_class, &window_name); in UpdateIcon()
668 hIconNew = winOverrideIcon(res_name, res_class, window_name); in UpdateIcon()
670 free(res_name); in UpdateIcon()
1795 char *res_name = 0; in winApplyHints() local
1798 GetClassNames(pWMInfo, iWindow, &res_name, &res_class, &window_name); in winApplyHints()
1801 style = winOverrideStyle(res_name, res_class, window_name); in winApplyHints()
1816 free(res_name); in winApplyHints()