VirtualBox

Ignore:
Timestamp:
Nov 12, 2008 7:17:19 PM (16 years ago)
Author:
vboxsync
Message:

Main: BOOL->bool warning.

File:
1 edited

Legend:

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

    r13962 r14142  
    64466446        displayNode.setValue <ULONG> ("VRAMSize", mHWData->mVRAMSize);
    64476447        displayNode.setValue <ULONG> ("MonitorCount", mHWData->mMonitorCount);
    6448         displayNode.setValue <bool> ("Accelerate3D", mHWData->mAccelerate3DEnabled);
     6448        displayNode.setValue <bool> ("Accelerate3D", !!mHWData->mAccelerate3DEnabled);
    64496449    }
    64506450
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