mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
examples/drawing: Don't call gtk_main_quit
This is a GtkApplication so it will do the right thing when closing the window.
This commit is contained in:
parent
eb8870c912
commit
7d5ac88232
@ -125,8 +125,6 @@ close_window (void)
|
||||
{
|
||||
if (surface)
|
||||
cairo_surface_destroy (surface);
|
||||
|
||||
gtk_main_quit ();
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user