Revamp the window-resize behaviour UI so there are only three states
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 755e69e..b930043 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -303,8 +303,7 @@ typedef struct {
     int bellovl_s;                    /* period of silence to re-enable bell (s) */
     char bell_wavefile[FILENAME_MAX];
     int scrollbar;
-    int locksize;
-    int lockfont;
+    enum { RESIZE_TERM, RESIZE_DISABLED, RESIZE_FONT } resize_action;
     int bce;
     int blinktext;
     int win_name_always;