mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 10:14:04 +00:00
[host] updated host application for the new mt client format
See prior commit for details on this update
This commit is contained in:
@@ -51,9 +51,9 @@ typedef struct KVMFRCursor
|
||||
|
||||
uint32_t version; // shape version
|
||||
CursorType type; // shape buffer data type
|
||||
uint32_t width; // shape width
|
||||
uint32_t height; // shape height
|
||||
uint32_t pitch; // shape row pitch (stride in bytes)
|
||||
uint32_t width; // width of the shape
|
||||
uint32_t height; // height of the shape
|
||||
uint32_t pitch; // row length in bytes of the shape
|
||||
uint64_t dataPos; // offset to the shape data
|
||||
}
|
||||
KVMFRCursor;
|
||||
@@ -88,4 +88,4 @@ typedef struct KVMFRHeader
|
||||
uint8_t flags; // KVMFR_HEADER_FLAGS
|
||||
KVMFRDetail detail; // details
|
||||
}
|
||||
KVMFRHeader;
|
||||
KVMFRHeader;
|
||||
|
Reference in New Issue
Block a user