Changeset 152 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 18, 2007 5:07:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r141 r152 1649 1649 QImage shot = QImage (fb->width(), fb->height(), 32, 0); 1650 1650 CDisplay dsp = cconsole.GetDisplay(); 1651 dsp.TakeScreenShot (( ULONG) shot.bits(),1651 dsp.TakeScreenShot ((uintptr_t) shot.bits(), 1652 1652 shot.width(), shot.height()); 1653 1653 /*
Note:
See TracChangeset
for help on using the changeset viewer.