Thu, 26 Jun 2025 18:29:37 +0200
fix motif build
--- 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 +}