mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-02 14:18:13 +00:00
X11 mouse is invisible even if hideCursor is false
x11Init assumes you're going to be hiding the mouse, so defines the cursor unconditionally.
This commit is contained in:
@@ -97,6 +97,8 @@ typedef struct LG_DSInitParams
|
||||
// x11 needs to know if this is in use so we can decide to setup for
|
||||
// presentation times
|
||||
bool jitRender;
|
||||
// x11 needs this early to not override the defaults.
|
||||
bool hideMouse;
|
||||
}
|
||||
LG_DSInitParams;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user