Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/linux/
Dwindow_list_utils.cc100 XClassHint class_hint; in IsDesktopElement() local
101 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()
/external/ImageMagick/MagickCore/
Dxwindow.c8321 int argc,XClassHint *class_hint,XWMHints *manager_hints, in XMakeWindow() argument
8490 size_hints,manager_hints,class_hint); in XMakeWindow()