[host] updated host application for the new mt client format

See prior commit for details on this update
This commit is contained in:
Geoffrey McRae
2017-12-20 00:58:42 +11:00
parent 695822bd6d
commit ec6c35010b
4 changed files with 95 additions and 153 deletions

View File

@@ -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;