X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8c682f11b016cbb88dfc2fbddecb3189fce7757f..a460b361fe6734325bead016ef2dd39e4da302f4:/mac/mac.h diff --git a/mac/mac.h b/mac/mac.h index b7480774..d453de74 100644 --- a/mac/mac.h +++ b/mac/mac.h @@ -76,6 +76,7 @@ struct macctrls { unsigned int npanels; unsigned int curpanel; union macctrl **panels; /* lists of controls by panel */ + union macctrl *focus; /* Input focus for System 7 */ }; typedef struct Session {