X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7d77d56d511c2525e6e29eb6001fed437128de20..8dd9e8899873737688aeda7aa765646e3bf129db:/mac/mac.h?ds=sidebyside diff --git a/mac/mac.h b/mac/mac.h index 0f089229..55763768 100644 --- a/mac/mac.h +++ b/mac/mac.h @@ -78,6 +78,8 @@ 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 */ }; typedef struct Session {