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:
parent
b968796f1f
commit
ad60d7123b
2 changed files with 0 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue