mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Mass correction of svn:keywords and svn:eol-style properties.
[originally from svn r8980]
This commit is contained in:
parent
8b294eb8c9
commit
1e0d8ee4fd
@ -1,18 +1,18 @@
|
||||
/*
|
||||
* winx11.c: fetch local auth data for X forwarding.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "putty.h"
|
||||
#include "ssh.h"
|
||||
|
||||
void platform_get_x11_auth(struct X11Display *disp, const Config *cfg)
|
||||
{
|
||||
if (cfg->xauthfile.path[0])
|
||||
x11_get_auth_from_authfile(disp, cfg->xauthfile.path);
|
||||
}
|
||||
|
||||
const int platform_uses_x11_unix_by_default = FALSE;
|
||||
/*
|
||||
* winx11.c: fetch local auth data for X forwarding.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "putty.h"
|
||||
#include "ssh.h"
|
||||
|
||||
void platform_get_x11_auth(struct X11Display *disp, const Config *cfg)
|
||||
{
|
||||
if (cfg->xauthfile.path[0])
|
||||
x11_get_auth_from_authfile(disp, cfg->xauthfile.path);
|
||||
}
|
||||
|
||||
const int platform_uses_x11_unix_by_default = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user