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