[client] x11: implement cursor support for the imgui overlay

This commit adds libxcursor to the dependencies for X11.
This commit is contained in:
Geoffrey McRae
2021-07-31 18:23:05 +10:00
parent 9959578cbe
commit 5e2dd589a1
4 changed files with 51 additions and 11 deletions

View File

@@ -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;