Add support for Always On Top. Patch due to Janes "Ender" Brown.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 0a2cad6..bd867f3 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -165,6 +165,7 @@ typedef struct {
     int alt_space;                    /* is it special? */
     int alt_only;                     /* is it special? */
     int ldisc_term;
+    int alwaysontop;
     int scroll_on_key;
     int scroll_on_disp;
     int compose_key;