mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-08 14:51:59 +00:00
[client] implement support for RGB24 packed data
This commit is contained in:
@@ -149,10 +149,10 @@ typedef struct KVMFRFrame
|
||||
FrameType type; // the frame data type
|
||||
uint32_t screenWidth; // the client's screen width
|
||||
uint32_t screenHeight; // the client's screen height
|
||||
uint32_t dataWidth; // the packed width of the frame data
|
||||
uint32_t dataHeight; // the packed height of the frame data
|
||||
uint32_t frameWidth; // the frame width
|
||||
uint32_t frameHeight; // the frame height
|
||||
uint32_t dataWidth; // the packed frame width
|
||||
uint32_t dataHeight; // the packed frame height
|
||||
uint32_t frameWidth; // the unpacked frame width
|
||||
uint32_t frameHeight; // the unpacked frame height
|
||||
FrameRotation rotation; // the frame rotation
|
||||
uint32_t stride; // the row stride (zero if compressed data)
|
||||
uint32_t pitch; // the row pitch (stride in bytes or the compressed frame size)
|
||||
|
||||
Reference in New Issue
Block a user