From a9fdf49ed42864a4f81954a898c0067ccfb3bc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sat, 24 Sep 2016 09:36:32 +0200 Subject: [PATCH] examples/drawing: Don't call gtk_main_quit This is a GtkApplication so it will do the right thing when closing the window. --- examples/drawing.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/drawing.c b/examples/drawing.c index 338fc251bf..b5d1114c98 100644 --- a/examples/drawing.c +++ b/examples/drawing.c @@ -125,8 +125,6 @@ close_window (void) { if (surface) cairo_surface_destroy (surface); - - gtk_main_quit (); } static void