1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Make the GTK font setup error box non-modal.

That was the last (in fact, the only) call to the modal version of
message_box() outside gtkdlg.c, so I can remove it from the header
file.
This commit is contained in:
Simon Tatham
2017-11-26 17:07:47 +00:00
parent 8b0d460578
commit 71ed04dbc3
3 changed files with 7 additions and 9 deletions

View File

@ -1084,7 +1084,7 @@ static void set_transient_window_pos(GtkWidget *parent, GtkWidget *child)
#endif
}
static void trivial_post_dialog_fn(void *vctx, int result)
void trivial_post_dialog_fn(void *vctx, int result)
{
}