]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/mac.h
Make Change Settings do something.
[PuTTY.git] / mac / mac.h
index 1fef9660dfde738eb0b2bb1cdd04ea675b46bf07..30486ea8b70907a99504b972779dc9c15efd8e6a 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -89,6 +89,8 @@ typedef struct Session {
     struct Session **prev;
     /* Config that created this session */
     Config cfg;
+    /* Temporary config for passing to Change Settings */
+    Config temp_cfg;
     /* Terminal emulator internal state */
     Terminal *term;
     /* Display state */