When resizing the window, redraw the grow box as well as the scroll bar.
[sgt/putty] / mac / mac.h
index a63645d..8554021 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;
@@ -53,8 +52,6 @@ typedef struct {
     char *realhost;
     /* Logging */
     void *logctx;
-    /* Conveniences */
-    unsigned long attr_mask;           /* Mask of attributes to display */
 
     /* Mac-specific elements */
     short              fontnum;
@@ -65,7 +62,6 @@ typedef struct {
     PaletteHandle      palette;
     ControlHandle      scrollbar;
     WCTabHandle                wctab;
-    ThreadID           thread;
     int                        raw_mouse;
 } Session;