Add the ability to allocate extra per-dialog-instance private data
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 8 Mar 2003 11:46:42 +0000 (11:46 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 8 Mar 2003 11:46:42 +0000 (11:46 +0000)
commit4e6d40912e43afdde39744815e30dd425a4849d3
treeb3201ceab3db6390da9cdfee5be336debfbce7de
parent4683b9b61410e3cb14e944f68e238b147c67f907
Add the ability to allocate extra per-dialog-instance private data
in the portable dialog interface. This has allowed me to remove
`ssd->savedsession' in config.c, which was (I believe) the only
out-of-place piece of per-instance data in the dialog template
stuff. Now we should actually be able to run more than one config
box in the same process at the same time (for platforms that'll find
that useful).

git-svn-id: svn://svn.tartarus.org/sgt/putty@2925 cda61777-01e9-0310-a592-d414129be87e
config.c
dialog.h
winctrls.c
windlg.c
winstuff.h