X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/1f1ec0e5f5c665264f91cc0675ce575d85adbb98..92d60585a150b47c7dbca3be8f1b9b9c0a3af250:/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 {