X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmac.h;h=29abf4c3b69ac1f2ddb80cae1a961cead567821a;hb=9fc67313fb7dda826c9c464a21e0900c724769b1;hp=0f0892295722b65a8b0872b45b3b769afd857be6;hpb=277ca3a397955ac4bcb112cc50998b27ebcbcdc3;p=PuTTY.git diff --git a/mac/mac.h b/mac/mac.h index 0f089229..29abf4c3 100644 --- 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 {