diff -r 6a2c744fe042 -r 51adf061e18f ui/motif/image.c --- a/ui/motif/image.c Thu Jun 26 18:28:20 2025 +0200 +++ b/ui/motif/image.c Thu Jun 26 18:29:37 2025 +0200 @@ -6,3 +6,12 @@ #include "image.h" + + +void ui_image_ref(UIIMAGE img) { + // TODO +} + +void ui_image_unref(UIIMAGE img) { + // TODO +}