diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-13 18:48:34 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-13 18:58:07 +1200 |
commit | d80d210d6b1418ba3e773186337c5da7ea169c4e (patch) | |
tree | 6226c1c22f62e8dbde08f118147b82c034e6c1f5 /body/c_fl_box.h | |
parent | fb4183c9244ee31aa5cb8bc9745c9242b1fafeeb (diff) |
Proper init of Message_Icon box, some more checks added
Diffstat (limited to 'body/c_fl_box.h')
-rw-r--r-- | body/c_fl_box.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |