Try the blindingly-obvious fix for the hidden-controls-are-still-
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 34cf069..e2b6473 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -209,6 +209,9 @@ typedef struct {
     int xlat_88592w1250;
     int xlat_88592cp852;
     int xlat_capslockcyr;
+    /* X11 forwarding */
+    int x11_forward;
+    char x11_display[128];
 } Config;
 
 /*