mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
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:
@ -32,11 +32,10 @@
|
||||
#define META_TYPE_CURSOR_TRACKER (meta_cursor_tracker_get_type ())
|
||||
|
||||
META_EXPORT
|
||||
G_DECLARE_FINAL_TYPE (MetaCursorTracker,
|
||||
meta_cursor_tracker,
|
||||
META, CURSOR_TRACKER,
|
||||
GObject)
|
||||
|
||||
G_DECLARE_DERIVABLE_TYPE (MetaCursorTracker,
|
||||
meta_cursor_tracker,
|
||||
META, CURSOR_TRACKER,
|
||||
GObject)
|
||||
|
||||
META_EXPORT
|
||||
MetaCursorTracker *meta_cursor_tracker_get_for_display (MetaDisplay *display);
|
||||
|
Reference in New Issue
Block a user