--- a/ui/motif/image.c Sat Apr 05 17:57:04 2025 +0200 +++ b/ui/motif/image.c Sun Jul 20 22:04:39 2025 +0200 @@ -6,3 +6,12 @@ #include "image.h" + + +void ui_image_ref(UIIMAGE img) { + // TODO +} + +void ui_image_unref(UIIMAGE img) { + // TODO +}