VirtualBox

Ignore:
Timestamp:
Aug 16, 2010 3:00:05 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64842
Message:

Main, frontends: unsigned long long -> long long

Location:
trunk/src/VBox/Frontends/VBoxHeadless
Files:
2 edited

Legend:

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

    r30200 r31698  
    616616 * @retval  winId Associated window id
    617617 */
    618 STDMETHODIMP VNCFB::COMGETTER(WinId) (ULONG64 *winId)
     618STDMETHODIMP VNCFB::COMGETTER(WinId) (LONG64 *winId)
    619619{
    620620    if (!winId)
     
    683683NS_IMPL_THREADSAFE_ISUPPORTS1_CI(VNCFB, IFramebuffer)
    684684#endif
    685 
  • trunk/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.h

    r30200 r31698  
    6767    STDMETHOD(COMGETTER(HeightReduction)) (ULONG *heightReduction);
    6868    STDMETHOD(COMGETTER(Overlay)) (IFramebufferOverlay **aOverlay);
    69     STDMETHOD(COMGETTER(WinId)) (ULONG64 *winId);
     69    STDMETHOD(COMGETTER(WinId)) (LONG64 *winId);
    7070
    7171    STDMETHOD(NotifyUpdate)(ULONG x, ULONG y, ULONG w, ULONG h);
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