--- 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;
}