Changeset 40626 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 26, 2012 9:01:06 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77045
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleVRDPServer.h
r37282 r40626 25 25 26 26 #include <VBox/RemoteDesktop/VRDEImage.h> 27 #include <VBox/RemoteDesktop/VRDEMousePtr.h> 27 28 28 29 #include <VBox/HostServices/VBoxClipboardExt.h> … … 85 86 void EnableConnections (void); 86 87 void DisconnectClient (uint32_t u32ClientId, bool fReconnect); 88 int MousePointer(BOOL alpha, ULONG xHot, ULONG yHot, ULONG width, ULONG height, const uint8_t *pu8Shape); 87 89 void MousePointerUpdate (const VRDECOLORPOINTER *pPointer); 88 90 void MousePointerHide (void); … … 259 261 void *pvData, 260 262 uint32_t cbData); 263 /* Mouse pointer interface. */ 264 VRDEMOUSEPTRINTERFACE m_interfaceMousePtr; 261 265 }; 262 266
Note:
See TracChangeset
for help on using the changeset viewer.