VirtualBox

Changeset 56580 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 22, 2015 4:20:42 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101207
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h

    r55810 r56580  
    77
    88/*
    9  * Copyright (C) 2006-2012 Oracle Corporation
     9 * Copyright (C) 2006-2015 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    7777    STDMETHOD(COMGETTER(BitsPerPixel))(ULONG *bitsPerPixel);
    7878    STDMETHOD(COMGETTER(BytesPerLine))(ULONG *bytesPerLine);
    79     STDMETHOD(COMGETTER(PixelFormat)) (BitmapFormat_T *pixelFormat);
    80     STDMETHOD(COMGETTER(HeightReduction)) (ULONG *heightReduction);
    81     STDMETHOD(COMGETTER(Overlay)) (IFramebufferOverlay **aOverlay);
    82     STDMETHOD(COMGETTER(WinId)) (LONG64 *winId);
     79    STDMETHOD(COMGETTER(PixelFormat))(BitmapFormat_T *pixelFormat);
     80    STDMETHOD(COMGETTER(HeightReduction))(ULONG *heightReduction);
     81    STDMETHOD(COMGETTER(Overlay))(IFramebufferOverlay **aOverlay);
     82    STDMETHOD(COMGETTER(WinId))(LONG64 *winId);
    8383    STDMETHOD(COMGETTER(Capabilities))(ComSafeArrayOut(FramebufferCapabilities_T, aCapabilities));
    8484
     
    223223    STDMETHOD_(ULONG, AddRef)()
    224224    {
    225         return ::InterlockedIncrement (&refcnt);
     225        return ::InterlockedIncrement(&refcnt);
    226226    }
    227227    STDMETHOD_(ULONG, Release)()
    228228    {
    229         long cnt = ::InterlockedDecrement (&refcnt);
     229        long cnt = ::InterlockedDecrement(&refcnt);
    230230        if (cnt == 0)
    231231            delete this;
     
    250250    /* These are not used, or return standard values. */
    251251    STDMETHOD(COMGETTER(BitsPerPixel))(ULONG *bitsPerPixel);
    252     STDMETHOD(COMGETTER(PixelFormat)) (ULONG *pixelFormat);
    253     STDMETHOD(COMGETTER(UsesGuestVRAM)) (BOOL *usesGuestVRAM);
    254     STDMETHOD(COMGETTER(HeightReduction)) (ULONG *heightReduction);
    255     STDMETHOD(COMGETTER(Overlay)) (IFramebufferOverlay **aOverlay);
    256     STDMETHOD(COMGETTER(WinId)) (LONG64 *winId);
     252    STDMETHOD(COMGETTER(PixelFormat))(ULONG *pixelFormat);
     253    STDMETHOD(COMGETTER(UsesGuestVRAM))(BOOL *usesGuestVRAM);
     254    STDMETHOD(COMGETTER(HeightReduction))(ULONG *heightReduction);
     255    STDMETHOD(COMGETTER(Overlay))(IFramebufferOverlay **aOverlay);
     256    STDMETHOD(COMGETTER(WinId))(LONG64 *winId);
    257257
    258258    STDMETHOD(Lock)();
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