| 112:c3f2f16fa4b8 | 113:dde28a806552 |
|---|---|
| 118 | 118 |
| 119 const char* ui_appname() { | 119 const char* ui_appname() { |
| 120 return application_name; | 120 return application_name; |
| 121 } | 121 } |
| 122 | 122 |
| 123 XtAppContext ui_motif_get_app(void) { | |
| 124 return app; | |
| 125 } | |
| 126 | |
| 123 Display* ui_motif_get_display() { | 127 Display* ui_motif_get_display() { |
| 124 return display; | 128 return display; |
| 125 } | 129 } |
| 126 | 130 |
| 127 void ui_onstartup(ui_callback f, void *userdata) { | 131 void ui_onstartup(ui_callback f, void *userdata) { |