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:
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user