cursor-tracker: Add X11 cursor tracker backend

The intention is to use this to actively track the cursor position given
a fixed interval when needed, e.g. when screen casting.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1391
This commit is contained in:
Jonas Ådahl
2020-07-29 11:06:43 +02:00
parent fcf7c4d0c7
commit 3abbfef66e
9 changed files with 105 additions and 13 deletions

View File

@ -56,11 +56,6 @@ enum
static GParamSpec *obj_props[N_PROPS];
struct _MetaCursorTracker
{
GObject parent;
};
typedef struct _MetaCursorTrackerPrivate
{
MetaBackend *backend;