]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/mac.h
I'd rather not keep losing these little test files, so here's some
[PuTTY.git] / mac / mac.h
index 557637689b231269e633205e623576bd2535bd92..29abf4c3b69ac1f2ddb80cae1a961cead567821a 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 {