base: callback cleanup

This commit is contained in:
luboslenco
2026-06-08 11:31:16 +02:00
parent 31d0a37734
commit 46973caf8e
10 changed files with 11 additions and 118 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ void _main() {
gc_root(ui_on_border_hover);
ui_text_area_line_numbers = true;
ui_text_area_scroll_past_end = true;
sys_notify_on_render(render, NULL);
sys_notify_on_update(render, NULL);
_iron_set_drop_files_callback(drop_files);
iron_set_application_state_callback(NULL, NULL, NULL, NULL, on_shutdown);
}