mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-30 16:32:28 +00:00
[client] more cursor tweaks for better integration with the WM
This commit is contained in:
@@ -46,12 +46,16 @@ struct AppState
|
||||
|
||||
bool serverMode;
|
||||
bool haveCursorPos;
|
||||
bool drawCursor;
|
||||
bool updateCursor;
|
||||
float scaleX, scaleY;
|
||||
float accX, accY;
|
||||
int curLastX;
|
||||
int curLastY;
|
||||
int curlocalX;
|
||||
int curlocalY;
|
||||
bool haveCurLocal;
|
||||
int curLocalX;
|
||||
int curLocalY;
|
||||
bool haveAligned;
|
||||
|
||||
const LG_Renderer * lgr;
|
||||
void * lgrData;
|
||||
|
||||
Reference in New Issue
Block a user