gdk/wayland: Support the xdg-activation wayland protocol

This protocol implements the IPC necessary to focus application
windows across launcher/launchee. Add support for it.
This commit is contained in:
Carlos Garnacho
2020-12-02 17:22:41 +01:00
parent 84a3ea5ec4
commit a79d6972e0
8 changed files with 87 additions and 6 deletions

View File

@ -732,7 +732,7 @@ device_emit_grab_crossing (GdkDevice *device,
}
}
static GdkWindow *
GdkWindow *
gdk_wayland_device_get_focus (GdkDevice *device)
{
GdkWaylandSeat *wayland_seat = GDK_WAYLAND_SEAT (gdk_device_get_seat (device));