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