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

Implemented Change Settings under Unix. We are gradually getting there.

[originally from svn r3092]
This commit is contained in:
Simon Tatham
2003-04-10 18:00:50 +00:00
parent f03cf02cc8
commit 2e1503e520
5 changed files with 269 additions and 153 deletions

View File

@ -59,6 +59,7 @@ long get_windowid(void *frontend);
void *get_window(void *frontend); /* void * to avoid depending on gtk.h */
/* Things pterm.c needs from gtkdlg.c */
int do_config_box(const char *title, Config *cfg, int midsession);
void fatal_message_box(void *window, char *msg);
void about_box(void *window);
void *eventlogstuff_new(void);