VirtualBox

Changeset 40626 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Mar 26, 2012 9:01:06 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77045
Message:

ConsoleVRDPServer: use the new mouse pointers inteface for VRDE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleVRDPServer.h

    r37282 r40626  
    2525
    2626#include <VBox/RemoteDesktop/VRDEImage.h>
     27#include <VBox/RemoteDesktop/VRDEMousePtr.h>
    2728
    2829#include <VBox/HostServices/VBoxClipboardExt.h>
     
    8586    void EnableConnections (void);
    8687    void DisconnectClient (uint32_t u32ClientId, bool fReconnect);
     88    int MousePointer(BOOL alpha, ULONG xHot, ULONG yHot, ULONG width, ULONG height, const uint8_t *pu8Shape);
    8789    void MousePointerUpdate (const VRDECOLORPOINTER *pPointer);
    8890    void MousePointerHide (void);
     
    259261                                                void *pvData,
    260262                                                uint32_t cbData);
     263    /* Mouse pointer interface. */
     264    VRDEMOUSEPTRINTERFACE m_interfaceMousePtr;
    261265};
    262266
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