Changeset 3592 in vbox for trunk/include
- Timestamp:
- Jul 12, 2007 4:36:53 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vrdpapi.h
r3585 r3592 999 999 typedef struct _VRDPCOLORPOINTER 1000 1000 { 1001 uint16_t xHot;1002 uint16_t yHot;1003 uint16_t width;1004 uint16_t height;1005 uint16_t masklen;1006 uint16_t datalen;1001 uint16_t u16HotX; 1002 uint16_t u16HotY; 1003 uint16_t u16Width; 1004 uint16_t u16Height; 1005 uint16_t u16MaskLen; 1006 uint16_t u16DataLen; 1007 1007 uint32_t vrdpInternal; 1008 1008 } VRDPCOLORPOINTER;
Note:
See TracChangeset
for help on using the changeset viewer.