mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Inhibit the Serial configuration panel in mid-session if the session
isn't a serial one. In particular, this causes pterm not to fail an assertion if you select `Change Settings'. Ahem. [originally from svn r6831]
This commit is contained in:
@ -105,7 +105,7 @@ void uxsel_input_remove(int id);
|
||||
|
||||
/* uxcfg.c */
|
||||
struct controlbox;
|
||||
void unix_setup_config_box(struct controlbox *b, int midsession);
|
||||
void unix_setup_config_box(struct controlbox *b, int midsession, int protocol);
|
||||
|
||||
/* gtkcfg.c */
|
||||
void gtk_setup_config_box(struct controlbox *b, int midsession, void *window);
|
||||
|
Reference in New Issue
Block a user