]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/mac.h
Some blurb about terminal types and 256-colour xterms. Thanks to Dan
[PuTTY.git] / mac / mac.h
index 0f0892295722b65a8b0872b45b3b769afd857be6..29abf4c3b69ac1f2ddb80cae1a961cead567821a 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 {