mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-06 14:02:47 -05:00
New typedef 'dlgcontrol' wrapping 'union control'.
I'm about to change my mind about whether its top-level nature is struct or union, and rather than change the key word 'union' to 'struct' at every point of use, it's nicer to just get rid of the keyword completely. So it has a shiny new name.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
void unix_setup_config_box(struct controlbox *b, bool midsession, int protocol)
|
||||
{
|
||||
struct controlset *s;
|
||||
union control *c;
|
||||
dlgcontrol *c;
|
||||
|
||||
/*
|
||||
* The Conf structure contains two Unix-specific elements which
|
||||
|
Reference in New Issue
Block a user