1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Mass correction of svn:keywords and svn:eol-style properties.

[originally from svn r8980]
This commit is contained in:
Simon Tatham 2010-08-10 17:21:25 +00:00
parent 8b294eb8c9
commit 1e0d8ee4fd

View File

@ -1,18 +1,18 @@
/* /*
* winx11.c: fetch local auth data for X forwarding. * winx11.c: fetch local auth data for X forwarding.
*/ */
#include <ctype.h> #include <ctype.h>
#include <assert.h> #include <assert.h>
#include <stdlib.h> #include <stdlib.h>
#include "putty.h" #include "putty.h"
#include "ssh.h" #include "ssh.h"
void platform_get_x11_auth(struct X11Display *disp, const Config *cfg) void platform_get_x11_auth(struct X11Display *disp, const Config *cfg)
{ {
if (cfg->xauthfile.path[0]) if (cfg->xauthfile.path[0])
x11_get_auth_from_authfile(disp, cfg->xauthfile.path); x11_get_auth_from_authfile(disp, cfg->xauthfile.path);
} }
const int platform_uses_x11_unix_by_default = FALSE; const int platform_uses_x11_unix_by_default = FALSE;