X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/bc4802a17ba16140386b06bbebbf053815d4ef9e..ad5c93cc19001ef3e9f3ccb0fb63d34140481c05:/putty.h diff --git a/putty.h b/putty.h index 755e69e0..b9300431 100644 --- 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;