X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8a7e67ec6766225bff72cf384a82d7647fa65fa0..357900087b22459170823509b2e2b9d2be9925fb:/mac/mac.h diff --git a/mac/mac.h b/mac/mac.h index 30796a93..9ec3ebe7 100644 --- a/mac/mac.h +++ b/mac/mac.h @@ -67,9 +67,13 @@ typedef struct { #define mac_windowsession(w) (((WinInfo *)GetWRefCon(w))->s) #define mac_winctrls(w) (((WinInfo *)GetWRefCon(w))->mcs) +union macctrl; + struct macctrls { tree234 *byctrl; void *data; /* private data for config box */ + unsigned int npanels; + union macctrl **panels; /* lists of controls by panel */ }; typedef struct Session {