mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 22:01:46 +00:00
[common] kvmfr: remove mouseScalingPercent which is no longer used
This used to contain DPI information, but is no longer used.
This commit is contained in:
parent
9ab85fd0b8
commit
e1fae8927f
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "types.h"
|
||||
|
||||
#define KVMFR_MAGIC "KVMFR---"
|
||||
#define KVMFR_VERSION 11
|
||||
#define KVMFR_VERSION 12
|
||||
|
||||
#define KVMFR_MAX_DAMAGE_RECTS 64
|
||||
|
||||
|
@ -79,7 +79,6 @@ typedef struct KVMFRFrame
|
|||
uint32_t offset; // offset from the start of this header to the FrameBuffer header
|
||||
uint32_t damageRectsCount; // the number of damage rectangles (zero for full-frame damage)
|
||||
FrameDamageRect damageRects[KVMFR_MAX_DAMAGE_RECTS];
|
||||
uint32_t mouseScalePercent; // movement scale factor of the mouse (relates to DPI of display, 100 = no scale)
|
||||
bool blockScreensaver; // whether the guest has requested to block screensavers
|
||||
}
|
||||
KVMFRFrame;
|
||||
|
|
Loading…
Reference in a new issue