The Unix `make install' target now allows you to define UTMP_GROUP,
[u/mdw/putty] / mac / mac.h
index 0f08922..29abf4c 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -78,6 +78,10 @@ struct macctrls {
     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 {