comparison 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
comparison
equal deleted inserted replaced
497:8d5a266a1774 498:41267f6e344d
128 } 128 }
129 129
130 static void 130 static void
131 quit(void) 131 quit(void)
132 { 132 {
133 mlk_window_finish(); 133 mlk_example_finish();
134 mlk_ui_finish();
135 mlk_core_finish();
136 } 134 }
137 135
138 int 136 int
139 main(int argc, char **argv) 137 main(int argc, char **argv)
140 { 138 {