mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] x11: implement cursor support for the imgui overlay
This commit adds libxcursor to the dependencies for X11.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <X11/Xatom.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
||||
#include "interface/displayserver.h"
|
||||
#include "common/thread.h"
|
||||
#include "common/types.h"
|
||||
|
||||
@@ -51,8 +52,7 @@ struct X11DSState
|
||||
struct Rect rect;
|
||||
struct Border border;
|
||||
|
||||
Cursor blankCursor;
|
||||
Cursor squareCursor;
|
||||
Cursor cursors[LG_POINTER_COUNT];
|
||||
|
||||
// XFixes vars
|
||||
int eventBase;
|
||||
|
Reference in New Issue
Block a user