Missing bits for colour selection support.
[u/mdw/putty] / mac / mac.h
index 5576376..29abf4c 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -80,6 +80,8 @@ struct macctrls {
     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 {