gtk2/gdk/wayland
Olivier Fourdan 53028ff3bb wayland: Don't use g_error() on connection lost
When the Wayland compositor vanishes, all applications connected will
receive a SIGPIPE as soon as they try to use wl_display_dispatch().

Do not use g_error() to terminate the applications when this occurs,
g_error() means an error in the application while here it's not truly
the case.

Use g_warning() and exit() instead.

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>

https://bugzilla.gnome.org/show_bug.cgi?id=745289
2015-02-27 16:26:39 -05:00
..
protocol wayland: Update to xdg-shell unstable v5 2015-02-14 20:54:47 -05:00
gdkapplaunchcontext-wayland.c Wayland: Fix various compiler warnings 2014-09-05 20:41:06 -04:00
gdkcursor-wayland.c configure.ac: Depend on cairo 1.14.0 2014-11-10 15:12:17 +00:00
gdkdevice-wayland.c wayland: Emit GDK_OWNER_CHANGE events around wl_data_offer changes 2014-10-29 18:33:48 +01:00
gdkdisplay-wayland.c wayland: Don't allocate a full size SHM buffer when drawing using OpenGL 2015-02-24 20:22:03 -05:00
gdkdisplay-wayland.h gl: Make all user GdkGLContexts not attached to any window 2014-10-13 10:43:31 -04:00
gdkdnd-wayland.c wayland: Use display from GdkDragContext device 2015-02-17 19:50:05 +01:00
gdkeventsource.c wayland: Don't use g_error() on connection lost 2015-02-27 16:26:39 -05:00
gdkglcontext-wayland.c Remove GdkGLProfile 2015-02-12 17:51:31 +00:00
gdkglcontext-wayland.h gl: Drop profile for gdk_window_create_gl_context() 2015-02-12 12:34:28 +00:00
gdkkeys-wayland.c Wayland: Fix various compiler warnings 2014-09-05 20:41:06 -04:00
gdkprivate-wayland.h wayland: Don't allocate a full size SHM buffer when drawing using OpenGL 2015-02-24 20:22:03 -05:00
gdkscreen-wayland.c gdkscreen-wayland: Don't leak wl_output objects 2015-01-28 17:17:09 +01:00
gdkselection-wayland.c wayland: Don't use the default display 2014-10-27 22:29:41 -07:00
gdkwayland.h wayland: Add OpenGL support 2014-10-13 10:43:31 -04:00
gdkwaylanddevice.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwaylanddisplay.h wayland: fix rename of wl_shell to xdg_shell 2014-01-20 14:37:33 -05:00
gdkwaylandglcontext.h GL: Follow naming conventions 2014-10-21 23:48:12 -04:00
gdkwaylandselection.h wayland: Don't use the default display 2014-10-27 22:29:41 -07:00
gdkwaylandwindow.h wayland: Replace wl_shell_surface with xdg_shell 2013-11-18 13:44:20 -05:00
gdkwindow-wayland.c wayland: Don't allocate a full size SHM buffer when drawing using OpenGL 2015-02-24 20:22:03 -05:00
Makefile.am wayland: Add OpenGL support 2014-10-13 10:43:31 -04:00
wm-button-layout-translation.c wayland: Set gtk-decoration-layout 2014-06-06 15:32:59 +02:00
wm-button-layout-translation.h wayland: Set gtk-decoration-layout 2014-06-06 15:32:59 +02:00