]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit52a6aedcdf2f66231a77768daec30d1af493b7ba
tree936542d1a5a4bc890e1e3a5775e7e98bf24116a3
parent4d9c5a13ccf84af271d2efbe207a5772c86535ed
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@9314 cda61777-01e9-0310-a592-d414129be87e
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