Created new data types `Filename' and `FontSpec', intended to be
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 Feb 2003 12:54:40 +0000 (12:54 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 Feb 2003 12:54:40 +0000 (12:54 +0000)
commit9a30e26b7801d63e4ccfe8d36169299c09b89dff
tree54cae5da5e5d4c36278e6c50e55af262caac2c34
parentbf02e82ebf5cdbe3eee6b64f6a12b2a55d26fc58
Created new data types `Filename' and `FontSpec', intended to be
opaque to all platform-independent modules and only handled within
per-platform code. `Filename' is there because the Mac has a magic
way to store filenames (though currently this checkin doesn't
support it!); `FontSpec' is there so that all the auxiliary stuff
such as font height and charset and so on which is needed under
Windows but not Unix can be kept where it belongs, and so that I can
have a hope in hell of dealing with a font chooser in the forthcoming
cross-platform config box code, and best of all it gets the horrid
font height wart out of settings.c and into the Windows code where
it should be.
The Mac part of this checkin is a bunch of random guesses which will
probably not quite compile, but which look roughly right to me.
Sorry if I screwed it up, Ben :-)

git-svn-id: svn://svn.tartarus.org/sgt/putty@2765 cda61777-01e9-0310-a592-d414129be87e
30 files changed:
Recipe
cmdline.c
console.c
import.c
logging.c
mac/mac.c
mac/mac.h
mac/macstore.c
mac/macterm.c
misc.h
pageant.c
putty.h
puttygen.c
settings.c
ssh.c
ssh.h
sshpubk.c
storage.h
unix/pterm.c
unix/unix.h
unix/uxcons.c
unix/uxmisc.c
unix/uxplink.c
unix/uxstore.c
windefs.c
windlg.c
window.c
winmisc.c
winstore.c
winstuff.h