Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/linux/
Dscreen_capturer_x11.cc63 root_window_ = RootWindow(display(), DefaultScreen(display())); in Init()
64 if (root_window_ == BadValue) { in Init()
70 gc_ = XCreateGC(display(), root_window_, 0, NULL); in Init()
89 XSelectInput(display(), root_window_, StructureNotifyMask); in Init()
129 XDamageCreate(display(), root_window_, XDamageReportNonEmpty); in InitXDamage()
169 get_monitors_(display(), root_window_, true, &num_monitors_); in InitXrandr()
172 XRRSelectInput(display(), root_window_, RRScreenChangeNotifyMask); in InitXrandr()
193 monitors_ = get_monitors_(display(), root_window_, true, &num_monitors_); in UpdateMonitors()
Dscreen_capturer_x11.h96 Window root_window_ = BadValue; variable