VirtualBox

Changeset 16238 in vbox for trunk/src


Ignore:
Timestamp:
Jan 26, 2009 3:41:36 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42040
Message:

Change the FramebufferPixelFormat enum value for Opaque
from 0xffffffff to 0 because in C enums must fit an int.
(can't use -1 as the idl uses PRUint32 types here).
Use a new UUID as Sander suggested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r16237 r16238  
    94969496  <enum
    94979497    name="FramebufferPixelFormat"
    9498     uuid="6b27d1fc-4f2c-4e9c-a166-01d06540305d"
     9498    uuid="7acfd5ed-29e3-45e3-8136-73c9224f3d2d"
    94999499  >
    95009500    <desc>
     
    95079507    </desc>
    95089508
    9509     <const name="Opaque"                  value="0xFFFFFFFF">
     9509    <const name="Opaque"                  value="0">
    95109510      <desc>
    95119511        Unknown buffer format (the user may not assume any particular format of
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette