mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Fixes so it runs (with bugs) without Color QuickDraw.
[originally from svn r186]
This commit is contained in:
5
mac.h
5
mac.h
@ -7,6 +7,7 @@
|
||||
|
||||
#include <MacTypes.h>
|
||||
#include <Events.h>
|
||||
#include <Gestalt.h>
|
||||
#include <MacWindows.h>
|
||||
|
||||
struct mac_gestalts {
|
||||
@ -18,6 +19,8 @@ struct mac_gestalts {
|
||||
|
||||
extern struct mac_gestalts mac_gestalts;
|
||||
|
||||
#define HAVE_COLOR_QD() (mac_gestalts.qdvers > gestaltOriginalQD)
|
||||
|
||||
/* from macterm.c */
|
||||
extern void mac_newsession(void);
|
||||
extern void mac_activateterm(WindowPtr, Boolean);
|
||||
@ -32,6 +35,8 @@ extern void mac_menuterm(WindowPtr, short, short);
|
||||
extern void mac_loadconfig(Config *);
|
||||
/* from macnet.c */
|
||||
extern void macnet_eventcheck(void);
|
||||
/* from opentpt.c */
|
||||
extern void opentpt_shutdown(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user