X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f73f2f31d1a3a2cec48908174a6654c6c288e724..f11d78f2647ddf2f7c8f457fa4847da7193cda1b:/mac/mac.h 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 {