1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Turn the proxy type radio buttons into a dropdown list.

This makes room to add more entries without the Proxy panel
overflowing. It also means we can put in a bit more explanation in
some of the more cryptic one-word names!
This commit is contained in:
Simon Tatham
2022-04-22 14:55:44 +01:00
parent 043c24844a
commit 2a26ebd0d5
4 changed files with 68 additions and 73 deletions

View File

@ -2584,6 +2584,13 @@ void conf_fontsel_handler(union control *ctrl, dlgparam *dlg,
void setup_config_box(struct controlbox *b, bool midsession,
int protocol, int protcfginfo);
/* Visible outside config.c so that platforms can use it to recognise
* the proxy type control */
void proxy_type_handler(union control *ctrl, dlgparam *dlg,
void *data, int event);
/* And then they'll set this flag in its generic.context.i */
#define PROXY_UI_FLAG_LOCAL 1 /* has a local proxy */
/*
* Exports from bidi.c.
*/