]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add the ability to allocate extra per-dialog-instance private data
authorSimon Tatham <anakin@pobox.com>
Sat, 8 Mar 2003 11:46:42 +0000 (11:46 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 8 Mar 2003 11:46:42 +0000 (11:46 +0000)
commit43fe7d3c877ce96a7cd9a601f8b62f78fa4ac876
treeb3201ceab3db6390da9cdfee5be336debfbce7de
parente9cc32850132b0ed4bc1279200ef9a432dc8d0f5
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).

[originally from svn r2925]
config.c
dialog.h
winctrls.c
windlg.c
winstuff.h