VirtualBox

Changeset 94773 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 2, 2022 10:13:10 AM (3 years ago)
Author:
vboxsync
Message:

Revert r151158

Location:
trunk/src/VBox/Main
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r94772 r94773  
    10661066VBoxC_SOURCES += \
    10671067        $(VBoxAPIWrap_0_OUTDIR)/VBoxAPI.d \
     1068        src-all/CryptoUtils.cpp \
    10681069        src-all/DisplayPNGUtil.cpp \
    10691070        src-all/DisplayResampleImage.cpp \
  • trunk/src/VBox/Main/include/DisplayUtils.h

    r94772 r94773  
    2424#include "VBox/com/string.h"
    2525
    26 #include "CryptoUtils.h"
    27 
    2826using namespace com;
    2927
     
    3533#define sSSMDisplayVer5 0x00010005
    3634
    37 int readSavedGuestScreenInfo(SsmStream &refSsm, uint32_t u32ScreenId,
     35int readSavedGuestScreenInfo(const Utf8Str &strStateFilePath, uint32_t u32ScreenId,
    3836                             uint32_t *pu32OriginX, uint32_t *pu32OriginY,
    3937                             uint32_t *pu32Width, uint32_t *pu32Height, uint16_t *pu16Flags);
    4038
    41 int readSavedDisplayScreenshot(&refSsm, uint32_t u32Type, uint8_t **ppu8Data,
     39int readSavedDisplayScreenshot(const Utf8Str &strStateFilePath, uint32_t u32Type, uint8_t **ppu8Data,
    4240                               uint32_t *pcbData, uint32_t *pu32Width, uint32_t *pu32Height);
    4341void freeSavedDisplayScreenshot(uint8_t *pu8Data);
  • trunk/src/VBox/Main/src-all/DisplayUtils.cpp

    r94772 r94773  
    2323#include <VBoxVideo.h>
    2424
    25 int readSavedDisplayScreenshot(SsmStream &refSsm, uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData,
     25int readSavedDisplayScreenshot(const Utf8Str &strStateFilePath, uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData,
    2626                               uint32_t *pu32Width, uint32_t *pu32Height)
    2727{
  • trunk/src/VBox/Main/testcase/Makefile.kmk

    r93404 r94773  
    3838        tstBstr \
    3939        tstGuid \
    40         tstUnattendedScript
     40        tstUnattendedScript \
     41        tstVBoxCrypto
    4142  PROGRAMS.linux += \
    4243        $(if $(VBOX_WITH_USB),tstUSBProxyLinux,)
     
    299300
    300301
     302#
     303# tstVBoxCrypto
     304#
     305tstVBoxCrypto_TEMPLATE = VBOXMAINCLIENTTSTEXE
     306tstVBoxCrypto_SOURCES  = tstVBoxCrypto.cpp
     307
     308
    301309
    302310# generate rules.
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