diff -r e0bbf466915f -r 75de79b155e3 ui/motif/toolkit.c --- 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; }