1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Erm, major change at the moment is a new test case. You need a file called

'fragment' to build it, but its licence prevents me distributing it at present.
Now, about those scrolling optimisations...

[originally from svn r63]
This commit is contained in:
Ben Harris
1999-02-28 17:05:11 +00:00
parent df4ff91c0e
commit eddbb40cf8
4 changed files with 113 additions and 27 deletions

8
mac.h
View File

@ -10,6 +10,14 @@
extern long mac_qdversion;
struct mac_gestalts {
long qdvers;
long apprvers;
long cntlattr;
};
extern struct mac_gestalts mac_gestalts;
/* from macterm.c */
extern void mac_newsession(void);
extern void mac_activateterm(WindowPtr, Boolean);