]> git.draconx.ca Git - rrace.git/blobdiff - src/motif.h
Implement the about dialog.
[rrace.git] / src / motif.h
index cdbbe487434cd85afe4ed227e549432405edcf28..9064788691c61185150bd13a411af56ae4a5fa5c 100644 (file)
@@ -46,6 +46,7 @@ struct app_state {
 };
 
 void ui_initialize(struct app_state *state, Widget shell);
+void ui_show_about(struct app_state *state, Widget shell);
 void ui_timer_update(struct app_state *state, int_fast32_t elapsed);
 
 void x11_initialize(struct app_state *state, Widget shell);