fix motif build

Thu, 26 Jun 2025 18:29:37 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 26 Jun 2025 18:29:37 +0200
changeset 638
51adf061e18f
parent 637
6a2c744fe042
child 639
55eb8a87d3e5

fix motif build

ui/motif/image.c file | annotate | diff | comparison | revisions
--- 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
+}

mercurial