Searched refs:class_hint (Results 1 – 1 of 1) sorted by relevance
99 XClassHint class_hint; in IsDesktopElement() local100 Status status = XGetClassHint(cache->display(), window, &class_hint); in IsDesktopElement()106 DeferXFree free_res_name(class_hint.res_name); in IsDesktopElement()107 DeferXFree free_res_class(class_hint.res_class); in IsDesktopElement()108 return strcmp("gnome-panel", class_hint.res_name) == 0 || in IsDesktopElement()109 strcmp("desktop_window", class_hint.res_name) == 0; in IsDesktopElement()