X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmac.h;h=29abf4c3b69ac1f2ddb80cae1a961cead567821a;hb=d64907553943e368130fec2076536a2d8c1adc79;hp=557637689b231269e633205e623576bd2535bd92;hpb=9117b20d1805757d79a62b0b6df6aa711221bc1f;p=PuTTY.git 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 {