Add input-focus support for System 7, where the Control Manager can't do
[u/mdw/putty] / mac / mac.h
index b748077..d453de7 100644 (file)
--- 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 {