]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Change the semantics of 'FontSpec' so that it's a dynamically
authorSimon Tatham <anakin@pobox.com>
Sat, 1 Oct 2011 17:38:59 +0000 (17:38 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 1 Oct 2011 17:38:59 +0000 (17:38 +0000)
commit9c75fe9a3fa5e6b709f1c210795d1140ca1be2e8
tree936542d1a5a4bc890e1e3a5775e7e98bf24116a3
parentf69591412c6d6efe06e32d46ab6f4d9608197d91
Change the semantics of 'FontSpec' so that it's a dynamically
allocated type.

The main reason for this is to stop it from taking up a fixed large
amount of space in every 'struct value' subunion in conf.c, although
that makes little difference so far because Filename is still doing
the same thing (and is therefore next on my list). However, the
removal of its arbitrary length limit is not to be sneezed at.

[originally from svn r9314]
19 files changed:
conf.c
config.c
dialog.h
putty.h
settings.c
storage.h
unix/gtkdlg.c
unix/gtkwin.c
unix/unix.h
unix/uxmisc.c
unix/uxplink.c
unix/uxsftp.c
unix/uxstore.c
windows/winctrls.c
windows/windefs.c
windows/window.c
windows/winmisc.c
windows/winstore.c
windows/winstuff.h