VirtualBox

Changeset 24407 in vbox


Ignore:
Timestamp:
Nov 5, 2009 5:21:26 PM (15 years ago)
Author:
vboxsync
Message:

Put screenshot to saved state (incomplete and disabled), fixed burn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r24405 r24407  
    125125
    126126    uint8_t *pu8Thumbnail = NULL;
    127     size_t cbThumbnail = 0;
     127    uint32_t cbThumbnail = 0;
    128128    uint32_t cxThumbnail = 0;
    129129    uint32_t cyThumbnail = 0;
     
    190190    /* 32bpp small image with maximum dimension = 64 pixels. */
    191191    uint8_t *pu8Thumbnail = NULL;
    192     size_t cbThumbnail = 0;
     192    uint32_t cbThumbnail = 0;
    193193    uint32_t cxThumbnail = 0;
    194194    uint32_t cyThumbnail = 0;
     
    196196    /* PNG screenshot with maximum dimension = 1024 pixels. */
    197197    uint8_t *pu8PNG = NULL;
    198     size_t cbPNG = 0;
     198    uint32_t cbPNG = 0;
    199199    uint32_t cxPNG = 0;
    200200    uint32_t cyPNG = 0;
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