mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Expose the structure tag 'dlgparam'.
This continues my ongoing crusade against dangerous 'void *' parameters.
This commit is contained in:
@ -437,9 +437,9 @@ void fwdsetter(struct ctlpos *cp, int listid, char *stext, int sid,
|
||||
char *btext, int bid,
|
||||
char *r1text, int r1id, char *r2text, int r2id);
|
||||
|
||||
void dlg_auto_set_fixed_pitch_flag(void *dlg);
|
||||
int dlg_get_fixed_pitch_flag(void *dlg);
|
||||
void dlg_set_fixed_pitch_flag(void *dlg, int flag);
|
||||
void dlg_auto_set_fixed_pitch_flag(dlgparam *dlg);
|
||||
int dlg_get_fixed_pitch_flag(dlgparam *dlg);
|
||||
void dlg_set_fixed_pitch_flag(dlgparam *dlg, int flag);
|
||||
|
||||
#define MAX_SHORTCUTS_PER_CTRL 16
|
||||
|
||||
|
Reference in New Issue
Block a user