Don't try to initialise the palette unless we have Color QuickDraw. This gets
[sgt/putty] / mac / mac.h
index 1c1c64e..1bd5482 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -16,7 +16,6 @@ struct mac_gestalts {
     long apprvers;
     long cntlattr;
     long windattr;
-    long thdsattr;
 };
 
 extern struct mac_gestalts mac_gestalts;
@@ -45,7 +44,6 @@ typedef struct {
     Terminal *term;
     /* Display state */
     int font_width, font_height;
-    int has_focus;
     /* Line discipline */
     void *ldisc;
     /* Backend */
@@ -66,7 +64,6 @@ typedef struct {
     PaletteHandle      palette;
     ControlHandle      scrollbar;
     WCTabHandle                wctab;
-    ThreadID           thread;
     int                        raw_mouse;
 } Session;