]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Created new data types `Filename' and `FontSpec', intended to be
authorSimon Tatham <anakin@pobox.com>
Sat, 1 Feb 2003 12:54:40 +0000 (12:54 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 1 Feb 2003 12:54:40 +0000 (12:54 +0000)
commitf26b7aa0d3300621b71a473ffb871f465479db67
tree54cae5da5e5d4c36278e6c50e55af262caac2c34
parentccf35b8a268a3415abd4e796559edd65764f832a
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 :-)

[originally from svn r2765]
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