VirtualBox

Changeset 152 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jan 18, 2007 5:07:40 PM (18 years ago)
Author:
vboxsync
Message:

64-bit (just to make it build).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp

    r141 r152  
    16491649                QImage shot = QImage (fb->width(), fb->height(), 32, 0);
    16501650                CDisplay dsp = cconsole.GetDisplay();
    1651                 dsp.TakeScreenShot ((ULONG) shot.bits(),
     1651                dsp.TakeScreenShot ((uintptr_t) shot.bits(),
    16521652                                    shot.width(), shot.height());
    16531653                /*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette