Ability to hide the mouse pointer on a keypress a la Word
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index 34cf069..b618dd9 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -196,6 +196,7 @@ typedef struct {
     int fontcharset;
     char logfilename[FILENAME_MAX];
     int logtype;
+    int hide_mouseptr;
     /* Colour options */
     int try_palette;
     int bold_colour;
@@ -209,6 +210,9 @@ typedef struct {
     int xlat_88592w1250;
     int xlat_88592cp852;
     int xlat_capslockcyr;
+    /* X11 forwarding */
+    int x11_forward;
+    char x11_display[128];
 } Config;
 
 /*