Update TortoiseGitPlink to PuTTY Plink 0.78
[TortoiseGit.git] / src / TortoisePlink / Windows / utils / platform_get_x_display.c
blob95b0fba4d2e1ba8ef9b53cd5934ae1d50520cf03
1 /*
2 * Implementation of platform_get_x_display for Windows, common to all
3 * tools.
4 */
6 #include "putty.h"
7 #include "ssh.h"
9 char *platform_get_x_display(void)
11 /* We may as well check for DISPLAY in case it's useful. */
12 return dupstr(getenv("DISPLAY"));