From d80d210d6b1418ba3e773186337c5da7ea169c4e Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 13 Apr 2025 18:48:34 +1200 Subject: Proper init of Message_Icon box, some more checks added --- body/c_fl_box.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'body/c_fl_box.h') diff --git a/body/c_fl_box.h b/body/c_fl_box.h index 5143c3f..f0f8352 100644 --- a/body/c_fl_box.h +++ b/body/c_fl_box.h @@ -8,6 +8,9 @@ #define FL_BOX_GUARD +extern "C" void fl_box_extra_init(void * adaobj, int x, int y, int w, int h, const char * label); + + typedef void* BOX; -- cgit