VirtualBox

Ignore:
Timestamp:
Jun 15, 2010 2:18:05 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62679
Message:

FE/headless: VNC coding style and minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.h

    r28800 r30200  
    4343    STDMETHOD_(ULONG, Release)() {
    4444        long cnt = ::InterlockedDecrement (&refcnt);
    45         if (cnt == 0) delete this;
     45        if (cnt == 0)
     46            delete this;
    4647        return cnt;
    4748    }
     
    5253
    5354    // public methods only for internal purposes
    54     HRESULT init ();
     55    HRESULT init (const char *pszName);
     56    void enableAbsMouse(bool fEnable);
    5557
    5658    STDMETHOD(COMGETTER(Width))(ULONG *width);
     
    104106    void kbdPutCodeShift(int shift, int code, int down);
    105107
     108    bool fAbsMouseEnabled;
     109
    106110    ULONG mWidth, mHeight;
    107111
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