ui/motif/toolkit.c

changeset 882
75de79b155e3
parent 795
d466b6edfebc
child 898
0484fc666c1d
--- a/ui/motif/toolkit.c	Tue Oct 28 14:25:46 2025 +0100
+++ b/ui/motif/toolkit.c	Tue Oct 28 21:13:35 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