X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmac.h;h=29abf4c3b69ac1f2ddb80cae1a961cead567821a;hb=693bbf0ec6007120b91dafb4eaed1ae833eb59f7;hp=b7480774bb9d02b519436e8b234d43be54fe7790;hpb=fe590b2f519b8566b8650d7a2e39662ce49ce1c7;p=PuTTY.git diff --git a/mac/mac.h b/mac/mac.h index b7480774..29abf4c3 100644 --- a/mac/mac.h +++ b/mac/mac.h @@ -71,11 +71,17 @@ union macctrl; struct macctrls { WindowPtr window; + void (*end)(WindowPtr, int); tree234 *byctrl; void *data; /* private data for config box */ unsigned int npanels; 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 {