ui/motif/toolkit.c

changeset 113
dde28a806552
parent 110
c00e968d018b
--- a/ui/motif/toolkit.c	Sun Oct 19 21:20:08 2025 +0200
+++ b/ui/motif/toolkit.c	Mon Nov 10 21:52:51 2025 +0100
@@ -120,6 +120,10 @@
     return application_name;
 }
 
+XtAppContext ui_motif_get_app(void) {
+    return app;
+}
+
 Display* ui_motif_get_display() {
     return display;
 }

mercurial