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)
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


No differences found