Searched defs:xwa (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c61 XWindowAttributes xwa; local
66 XGetWindowAttributes(dpy, w, &xwa); /* dummy request */
889 XWindowAttributes xwa; local
898 XGetWindowAttributes( dpy, root_window, &xwa );
900 crDebug( "Render SPU: root window size: %d x %d", xwa.width, xwa.height );
904 window->BltInfo.width = xwa.width;
905 window->BltInfo.height = xwa.height;
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1362 XWindowAttributes xwa; local
1363 XGetWindowAttributes(m_pDisplay, m_wndCur, &xwa);
1365 m_wndCur, xwa.x, xwa.y, xwa.width, xwa.height));
1502 XWindowAttributes xwa; local
1503 XGetWindowAttributes(m_pDisplay, m_wndCur, &xwa);
1505 m_wndCur, xwa.x, xwa
[all...]

Completed in 47 milliseconds