Home
last modified time | relevance | path

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

/oneTBB/examples/common/gui/
H A Dxvideo.cpp138 int theScreen = DefaultScreen(dpy); in init_window() local
139 scrn = ScreenOfDisplay(dpy, theScreen); in init_window()
140 dispdepth = DefaultDepth(dpy, theScreen); in init_window()
143 XMatchVisualInfo(dpy, theScreen, dispdepth, TrueColor, &vinfo)) || in init_window()
144 XMatchVisualInfo(dpy, theScreen, 24, TrueColor, &vinfo) || in init_window()
145 XMatchVisualInfo(dpy, theScreen, 32, TrueColor, &vinfo) || in init_window()
146 XMatchVisualInfo(dpy, theScreen, 16, TrueColor, &vinfo) || in init_window()
147 XMatchVisualInfo(dpy, theScreen, 15, TrueColor, &vinfo))) { in init_window()
156 rootW = RootWindow(dpy, theScreen); in init_window()
282 vis == DefaultVisual(dpy, theScreen) ? "default" : "non-default", in init_window()