dd support for list boxes in Mac OS 8. Not entirely solid, but largely
[u/mdw/putty] / mac / mac.h
index 0f08922..5576376 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -78,6 +78,8 @@ struct macctrls {
     unsigned int       curpanel;
     union macctrl      **panels; /* lists of controls by panel */
     union macctrl      *focus; /* Input focus for System 7 */
+    union macctrl      *defbutton; /* Default button */
+    union macctrl      *canbutton; /* Cancel button */
 };    
 
 typedef struct Session {