Changeset 3902 in vbox for trunk/src/VBox
- Timestamp:
- Jul 27, 2007 9:48:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp
r3887 r3902 176 176 { 177 177 dprintf(("Enum hwnd=%x rect (%d,%d) (%d,%d)\n", hwnd, rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom)); 178 dprintf(("title=%s style=%x \n", szWindowText, dwStyle));178 dprintf(("title=%s style=%x exStyle=%x\n", szWindowText, dwStyle, dwExStyle)); 179 179 180 180 HRGN hrgn = CreateRectRgn(0,0,0,0);
Note:
See TracChangeset
for help on using the changeset viewer.