[mutter/wip/carlosg/xwayland-on-demand: 7/11] wayland: Disconnect signal when the display closes
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/xwayland-on-demand: 7/11] wayland: Disconnect signal when the display closes
- Date: Sat, 25 May 2019 10:14:49 +0000 (UTC)
commit 09e89a8a57a00e96aed0e2d860734e5613e6d8ea
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri May 24 20:57:16 2019 +0200
wayland: Disconnect signal when the display closes
It would be potentially left dangling if the display were closed, and
reconnected again when restarting the server.
src/wayland/meta-xwayland.c | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/wayland/meta-xwayland.c b/src/wayland/meta-xwayland.c
index ab2c5f87c..27f197af2 100644
--- a/src/wayland/meta-xwayland.c
+++ b/src/wayland/meta-xwayland.c
@@ -553,6 +553,9 @@ static void
on_x11_display_closing (MetaDisplay *display)
{
meta_xwayland_shutdown_dnd ();
+ g_signal_handlers_disconnect_by_func (display,
+ on_x11_display_closing,
+ NULL);
}
/* To be called right after connecting */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]