X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8dd9e8899873737688aeda7aa765646e3bf129db..f33ba69e92f389f5884eae5a586858a629a5260b:/mac/mac.h diff --git a/mac/mac.h b/mac/mac.h index 55763768..29abf4c3 100644 --- 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 {