VirtualBox

Changeset 53413 in vbox


Ignore:
Timestamp:
Nov 28, 2014 3:34:15 PM (10 years ago)
Author:
vboxsync
Message:

ValidatioKit: adapt to r96430

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py

    r52978 r53413  
    22202220        """
    22212221        try:
    2222             iWidth, iHeight, _, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
    22232222            if self.fpApiVer >= 4.4:
     2223                iWidth, iHeight, _, _, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
    22242224                aPngData = self.o.console.display.takeScreenShotToArray(iScreenId, iWidth, iHeight,
    22252225                                                                        vboxcon.BitmapFormat_PNG)
    22262226            else:
     2227                iWidth, iHeight, _, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
    22272228                aPngData = self.o.console.display.takeScreenShotPNGToArray(iScreenId, iWidth, iHeight)
    22282229        except:
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