[gtk+] wayland: Stop key repeat when a seat goes away
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] wayland: Stop key repeat when a seat goes away
- Date: Mon, 31 Aug 2015 15:07:41 +0000 (UTC)
commit 77b506e22af93409903ac145ecaa6794747dde8c
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Aug 31 11:02:51 2015 -0400
wayland: Stop key repeat when a seat goes away
Seems unlikely, but it is the right thing to do.
gdk/wayland/gdkdevice-wayland.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c
index 3a9c334..5201d7d 100644
--- a/gdk/wayland/gdkdevice-wayland.c
+++ b/gdk/wayland/gdkdevice-wayland.c
@@ -2267,6 +2267,7 @@ _gdk_wayland_device_manager_remove_seat (GdkDeviceManager *manager,
g_clear_object (&device->keyboard_settings);
g_hash_table_destroy (device->touches);
gdk_window_destroy (device->foreign_dnd_window);
+ stop_key_repeat (device);
g_free (device);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]