Rather than increasing the size of my switch statements yet further, have
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 15 Feb 2003 16:22:15 +0000 (16:22 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 15 Feb 2003 16:22:15 +0000 (16:22 +0000)
commitf854b482e4de775e380033bbea7436732311d1ce
tree718ff58207dead351d6d7a8dbf59603b0e19fb7c
parent06e0f715cf1b4f345708eb240e915a74888c079d
Rather than increasing the size of my switch statements yet further, have
a bunch of function pointers associated with each window to do things like
updates and click handling.  This is all looking disturbingly object-oriented.
.
While I'm here, separate out the about box into its own file, shared by PuTTY
and PuTTYgen.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2850 cda61777-01e9-0310-a592-d414129be87e
mac/mac.c
mac/mac.h
mac/macabout.c [new file with mode: 0644]
mac/macdlg.c
mac/macevlog.c
mac/macterm.c