1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-18 11:31:00 -05:00

RJK's patch to enable PuTTY's X forwarding to connect to local X

servers using Unix sockets (on Unix only, obviously!).

[originally from svn r4263]
This commit is contained in:
Simon Tatham
2004-05-31 14:01:52 +00:00
parent b8e4b6f9b9
commit a2acc6ae0d
8 changed files with 176 additions and 81 deletions

View File

@ -14,6 +14,8 @@ void platform_get_x11_auth(char *display, int *proto,
/* We don't support this at all under Windows. */
}
const char platform_x11_best_transport[] = "localhost";
Filename filename_from_str(const char *str)
{
Filename ret;