Searched refs:hWin (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.h120 VBoxGuestWinInfo *find(Window hWin) argument
122 return (VBoxGuestWinInfo *)RTAvlU32Get(&mWindows, hWin);
136 bool addWindow(Window hWin, bool isMapped, int x, int y, int w, int h, int cRects, argument
142 pInfo->Core.Key = hWin;
147 VBoxGuestWinInfo *removeWindow(Window hWin) argument
150 return (VBoxGuestWinInfo *)RTAvlU32Remove(&mWindows, hWin);
188 * @param hWin the window concerned - should be a "desktop" window
194 bool isVirtualRoot(Window hWin);
195 void addClientWindow(Window hWin);
243 void doConfigureEvent(Window hWin);
[all...]
H A Dseamless-x11.cpp180 void SeamlessX11::addClientWindow(const Window hWin) argument
185 Window hClient = XmuClientWindow(mDisplay, hWin);
189 if (fAddWin && !XGetWindowAttributes(mDisplay, hWin, &winAttrib))
191 LogRelFunc(("VBoxClient: Failed to get the window attributes for window %d\n", hWin));
202 hWin, hClient));
211 LogRelFlowFunc(("adding window %lu, client window %lu\n", hWin,
215 XShapeSelectInput(mDisplay, hWin, ShapeNotifyMask);
216 pRects = XShapeGetRectangles(mDisplay, hWin, ShapeBounding, &cRects, &iOrdering);
230 mGuestWindows.addWindow(hWin, hasShape, winAttrib.x, winAttrib.y,
241 * @param hWin th
243 isVirtualRoot(Window hWin) argument
347 doConfigureEvent(Window hWin) argument
383 doMapEvent(Window hWin) argument
401 doShapeEvent(Window hWin) argument
429 doUnmapEvent(Window hWin) argument
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHelpers.cpp51 HWND hWin; local
55 hWin = WindowFromPoint(mousePos);
56 if (hWin)
58 hThread = GetWindowThreadProcessId(hWin, NULL);
65 if (hWin && (hCurrentThread != hThread))
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py530 def __init__(self, sName, asArgs, uPid, hWin = None, uTid = None):
536 self.hWin = hWin;
542 return '<%s uExitcode=%s, uPid=%s, sName=%s, asArgs=%s, hWin=%s, uTid=%s>' \
543 % (TdTaskBase.toString(self), self.uExitCode, self.uPid, self.sName, self.asArgs, self.hWin, self.uTid);
597 if winbase.processPollByHandle(self.hWin):
599 (uPid, uStatus) = os.waitpid(self.hWin, 0);
600 if uPid == self.hWin or uPid == self.uPid:
601 self.hWin = None; # waitpid closed it, so it's now invalid.
714 return winbase.processTerminateByHandle(self.hWin);
[all...]
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp126 static void smlsSetDesktopWindow(Window hWin) argument
128 g_hSmlsDesktopWindow = hWin;

Completed in 83 milliseconds