]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxsftp.c
X forwarding changes:
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 6 Oct 2004 22:31:07 +0000 (22:31 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 6 Oct 2004 22:31:07 +0000 (22:31 +0000)
commit98028c746f08d0e7bf5d8524d6aca85e5a2f4145
tree2179ce9f06ce501a1c300d604b49e79f9919a9a1
parente375ba107d27c33a0c2508ce448db0bf3faf3b08
X forwarding changes:
 - new function platform_get_x_display() to find a sensible local display.
   On Unix, the Gtk apps weren't taking account of --display when
   determining where to send forwarded X traffic.
 - explicitly document that leaving X display location blank in config tries
   to do something sensible (and that it's now blank by default)
 - don't override X11Display setting in plink, since that's more properly
   done later

[originally from svn r4604]
doc/config.but
doc/using.but
ssh.h
unix/ux_x11.c
unix/uxcons.c
unix/uxplink.c
unix/uxputty.c
unix/uxsftp.c
winmisc.c
x11fwd.c