Searched refs:class_hint (Results 1 – 2 of 2) sorted by relevance
100 XClassHint class_hint; in IsDesktopElement() local101 Status status = XGetClassHint(cache->display(), window, &class_hint); in IsDesktopElement()107 DeferXFree free_res_name(class_hint.res_name); in IsDesktopElement()108 DeferXFree free_res_class(class_hint.res_class); in IsDesktopElement()109 return strcmp("gnome-panel", class_hint.res_name) == 0 || in IsDesktopElement()110 strcmp("desktop_window", class_hint.res_name) == 0; in IsDesktopElement()
8321 int argc,XClassHint *class_hint,XWMHints *manager_hints, in XMakeWindow() argument8490 size_hints,manager_hints,class_hint); in XMakeWindow()