display: Get the backend from the context

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2391>
This commit is contained in:
Jonas Ådahl
2022-04-27 12:12:33 +02:00
committed by Marge Bot
parent dd6afb28ff
commit 36de8baf55
5 changed files with 28 additions and 14 deletions

View File

@ -43,7 +43,8 @@ CLUTTER_EXPORT
gboolean _clutter_is_input_pointer_a11y_enabled (ClutterInputDevice *device);
CLUTTER_EXPORT
void _clutter_input_pointer_a11y_maybe_handle_event (ClutterEvent *event);
void clutter_input_pointer_a11y_update (ClutterInputDevice *device,
const ClutterEvent *event);
G_END_DECLS