Changeset 3479 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jul 5, 2007 3:41:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/drv.cpp
r3460 r3479 93 93 RECT rect; 94 94 95 Get ClientRect(hwnd, &rect);95 GetWindowRect(hwnd, &rect); 96 96 cx = rect.right - rect.left; 97 97 cy = rect.bottom - rect.top;
Note:
See TracChangeset
for help on using the changeset viewer.