]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.h
Slight improvement to cursor blink timing: since the cursor doesn't
[PuTTY.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 5e41b7ab5cebc3ba9999bf59d38957d865d1f5a3..687ce6ab72208499c456bbf27898087e24656f56 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -298,6 +298,8 @@ extern const char platform_x11_best_transport[];
 /* best X11 hostname for this platform if none specified */
 SockAddr platform_get_x11_unix_address(int displaynum, char **canonicalname);
 /* make up a SockAddr naming the address for displaynum */
+char *platform_get_x_display(void);
+/* allocated local X display string, if any */
 
 Bignum copybn(Bignum b);
 Bignum bn_power_2(int n);