mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
37ea662998
This partially resolves lag issues on hosts running the amdgpu driver. If mouse caputure is enable the lag issue returns, this is because SDL calls `XSync` in `X11_WarpMouse` and `X11_WarpMouseGlobal`, if these calls are removed all input lag issues dissapear. This issue has been reported to SDL as the calls to `XSync` are not required per the xlib documentation. |
||
---|---|---|
.. | ||
decoders | ||
parsers | ||
renderers | ||
spice | ||
.gitignore | ||
kb.h | ||
lg-decoder.h | ||
lg-decoders.h | ||
lg-renderer.c | ||
lg-renderer.h | ||
lg-renderers.h | ||
main.c | ||
Makefile | ||
utils.h |