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

/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/Additions/x11/VBoxClient/
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...]
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...]
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp126 static void smlsSetDesktopWindow(Window hWin) argument
128 g_hSmlsDesktopWindow = hWin;

Completed in 44 milliseconds