Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/desktop_capture/linux/x11/
H A Dwindow_list_utils.cc99 XClassHint class_hint; in IsDesktopElement() local
100 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()