Differences From Artifact [83ccef81a9]:
- File unix/ux_x11.c — part of check-in [8f708bbf81] at 2004-05-31 09:01:52 on branch trunk — RJK's patch to enable PuTTY's X forwarding to connect to local X servers using Unix sockets (on Unix only, obviously!). (user: simon size: 3518)
To Artifact [500be98cb0]:
- File unix/ux_x11.c — part of check-in [3d586c00d5] at 2004-10-06 17:31:07 on branch trunk — 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 (user: jacob size: 3466)
| ︙ | ︙ | |||
115 116 117 118 119 120 121 |
memcpy(data, localbuf, i);
/* Nonetheless, continue looping round; we might find a better one. */
}
pclose(fp);
sfree(localbuf);
}
| < < | 115 116 117 118 119 120 121 |
memcpy(data, localbuf, i);
/* Nonetheless, continue looping round; we might find a better one. */
}
pclose(fp);
sfree(localbuf);
}
|