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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.h45 struct VBoxGuestWinInfo { struct
62 VBoxGuestWinInfo(bool hasShape, int x, int y, int w, int h, int cRects, function in struct:VBoxGuestWinInfo
68 ~VBoxGuestWinInfo()
76 VBoxGuestWinInfo(const VBoxGuestWinInfo&);
77 VBoxGuestWinInfo& operator=(const VBoxGuestWinInfo&);
81 typedef DECLCALLBACK(int) VBOXGUESTWINCALLBACK(VBoxGuestWinInfo *, void *);
85 DECLCALLBACK(int) inline VBoxGuestWinCleanup(VBoxGuestWinInfo *pInfo, void *)
120 VBoxGuestWinInfo *fin
[all...]

Completed in 32 milliseconds