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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.cpp209 bool hasShape = false; local
227 hasShape = true;
230 mGuestWindows.addWindow(hWin, hasShape, winAttrib.x, winAttrib.y,
H A Dseamless-x11.h62 VBoxGuestWinInfo(bool hasShape, int x, int y, int w, int h, int cRects, argument
64 : mhasShape(hasShape), mX(x), mY(y), mWidth(w), mHeight(h),

Completed in 45 milliseconds