1
0
Fork 0

Revert "wayland: Add meta_wayland_seat_get_input_focus_client() call"

This reverts commit 743fb6df30.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3789>
This commit is contained in:
Carlos Garnacho 2024-05-30 13:32:32 +02:00 committed by Marge Bot
parent b968796f1f
commit ad60d7123b
2 changed files with 0 additions and 11 deletions

View file

@ -721,12 +721,3 @@ meta_wayland_seat_get_current_surface (MetaWaylandSeat *seat,
return NULL;
}
struct wl_client *
meta_wayland_seat_get_input_focus_client (MetaWaylandSeat *seat)
{
if (seat->input_focus)
return wl_resource_get_client (seat->input_focus->resource);
else
return NULL;
}

View file

@ -98,5 +98,3 @@ MetaWaylandInput * meta_wayland_seat_get_input (MetaWaylandSeat *seat);
MetaWaylandSurface * meta_wayland_seat_get_current_surface (MetaWaylandSeat *seat,
ClutterInputDevice *device,
ClutterEventSequence *sequence);
struct wl_client * meta_wayland_seat_get_input_focus_client (MetaWaylandSeat *seat);