comparison examples/example-trace/main.c @ 366:19782ea1cf4a

misc: start rebranding
author David Demelier <markand@malikania.fr>
date Sun, 24 Oct 2021 15:57:42 +0200
parents 570ab19bf268
children 460c78706989
comparison
equal deleted inserted replaced
365:06badab52877 366:19782ea1cf4a
36 #define H 720 36 #define H 720
37 37
38 static void 38 static void
39 init(void) 39 init(void)
40 { 40 {
41 if (core_init("fr.malikania", "trace") < 0 || ui_init() < 0) 41 if (core_init("fr.malikania", "example-trace") < 0 || ui_init() < 0)
42 panic(); 42 panic();
43 if (window_open("Example - Trace", W, H) < 0) 43 if (window_open("Example - Trace", W, H) < 0)
44 panic(); 44 panic();
45 45
46 trace_handler = trace_hud_handler; 46 trace_handler = trace_hud_handler;