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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxSeamless.cpp179 RECT rectWindow, rectVisible; local
189 if (GetWindowRect(hwnd, &rectWindow))
209 rectWindow.top += 7;
210 rectWindow.bottom -=7;
213 rectVisible = rectWindow;
233 Log(("VBoxTray: Enum hwnd=%x rect (%d,%d) (%d,%d) (filtered)\n", hwnd, rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom));
242 Log(("VBoxTray: Enum hwnd=%x rect (%d,%d) (%d,%d) (applying)\n", hwnd, rectWindow
[all...]

Completed in 43 milliseconds