VirtualBox

Changeset 53415 in vbox for trunk/src


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

correct fix

File:
1 edited

Legend:

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

    r53413 r53415  
    22212221        try:
    22222222            if self.fpApiVer >= 4.4:
    2223                 iWidth, iHeight, _, _, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
     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)
     2227                iWidth, iHeight, _, _, _ = self.o.console.display.getScreenResolution(iScreenId)
    22282228                aPngData = self.o.console.display.takeScreenShotPNGToArray(iScreenId, iWidth, iHeight)
    22292229        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