ui/common/types.c

changeset 76
641dcc79e0ef
parent 65
48f43130b4a2
child 80
1a908b060122
--- a/ui/common/types.c	Sun Nov 10 09:12:30 2024 +0100
+++ b/ui/common/types.c	Sun Nov 10 15:30:46 2024 +0100
@@ -37,6 +37,8 @@
 #include "types.h"
 #include "context.h"
 
+
+
 UiObserver* ui_observer_new(ui_callback f, void *data) {
     UiObserver *observer = malloc(sizeof(UiObserver));
     observer->callback = f;

mercurial