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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.cpp183 XWindowAttributes winAttrib; local
189 if (fAddWin && !XGetWindowAttributes(mDisplay, hWin, &winAttrib))
194 if (fAddWin && (winAttrib.map_state == IsUnmapped))
224 || (pRects[0].width != winAttrib.width)
225 || (pRects[0].height != winAttrib.height)
230 mGuestWindows.addWindow(hWin, hasShape, winAttrib.x, winAttrib.y,
231 winAttrib.width, winAttrib.height, cRects,
352 XWindowAttributes winAttrib; local
[all...]

Completed in 43 milliseconds