X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/a460b361fe6734325bead016ef2dd39e4da302f4..2b5567cf51478b76b3048939b4803f686c5d41cb:/mac/mac.h diff --git a/mac/mac.h b/mac/mac.h index d453de74..29abf4c3 100644 --- a/mac/mac.h +++ b/mac/mac.h @@ -71,12 +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 {