Cosmetic, to fix ssh2-des-cbc-is-std
[u/mdw/putty] / mac / mac.h
index b748077..29abf4c 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -71,11 +71,17 @@ union macctrl;
 
 struct macctrls {
     WindowPtr          window;
+    void               (*end)(WindowPtr, int);
     tree234            *byctrl;
     void               *data; /* private data for config box */
     unsigned int       npanels;
     unsigned int       curpanel;
     union macctrl      **panels; /* lists of controls by panel */
+    union macctrl      *focus; /* Input focus for System 7 */
+    union macctrl      *defbutton; /* Default button */
+    union macctrl      *canbutton; /* Cancel button */
+    Boolean            gotcolour;
+    RGBColor           thecolour;
 };    
 
 typedef struct Session {