diff examples/example-cursor/example-cursor.c @ 498:41267f6e344d

examples: use mlk_example_finish
author David Demelier <markand@malikania.fr>
date Tue, 28 Feb 2023 13:47:00 +0100
parents 8d5a266a1774
children 7f7602bae0bd
line wrap: on
line diff
--- a/examples/example-cursor/example-cursor.c	Tue Feb 28 13:42:24 2023 +0100
+++ b/examples/example-cursor/example-cursor.c	Tue Feb 28 13:47:00 2023 +0100
@@ -130,9 +130,7 @@
 static void
 quit(void)
 {
-	mlk_window_finish();
-	mlk_ui_finish();
-	mlk_core_finish();
+	mlk_example_finish();
 }
 
 int