diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-03-26 22:57:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-03-26 22:57:46 -0400 |
commit | 4987728d7aa0584c013c0a7d33a1eab9d4c26d7a (patch) | |
tree | ec963777d28c5b1346b409501bfb43c9c478c48d /gdk/wayland/gdkscreen-wayland.c | |
parent | 28c865b4e257755b2acf709986358052743e9705 (diff) | |
download | gtk+-4987728d7aa0584c013c0a7d33a1eab9d4c26d7a.tar.gz |
wayland: Handle seat removal
Also, emit ::device-added and ::device-removed signals
as devices appear and disappear.
Diffstat (limited to 'gdk/wayland/gdkscreen-wayland.c')
-rw-r--r-- | gdk/wayland/gdkscreen-wayland.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/wayland/gdkscreen-wayland.c b/gdk/wayland/gdkscreen-wayland.c index c357121a73..ee4200b04b 100644 --- a/gdk/wayland/gdkscreen-wayland.c +++ b/gdk/wayland/gdkscreen-wayland.c @@ -952,8 +952,8 @@ _gdk_wayland_screen_add_output (GdkScreen *screen, } void -_gdk_wayland_screen_remove_output_by_id (GdkScreen *screen, - guint32 id) +_gdk_wayland_screen_remove_output (GdkScreen *screen, + guint32 id) { GdkWaylandScreen *screen_wayland = GDK_WAYLAND_SCREEN (screen); int i; |