mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 21:12:47 -05:00
OS X Leopard, it turns out, has a new and exciting strategy for
addressing X displays. Update PuTTY's display-name-to-Unix-socket- path translation code to cope with it, thus causing X forwarding to start working again on Leopard. [originally from svn r8020]
This commit is contained in:
3
ssh.h
3
ssh.h
@ -344,7 +344,8 @@ extern void platform_get_x11_auth(char *display, int *proto,
|
||||
unsigned char *data, int *datalen);
|
||||
extern const char platform_x11_best_transport[];
|
||||
/* best X11 hostname for this platform if none specified */
|
||||
SockAddr platform_get_x11_unix_address(int displaynum, char **canonicalname);
|
||||
SockAddr platform_get_x11_unix_address(const char *display, int displaynum,
|
||||
char **canonicalname);
|
||||
/* make up a SockAddr naming the address for displaynum */
|
||||
char *platform_get_x_display(void);
|
||||
/* allocated local X display string, if any */
|
||||
|
Reference in New Issue
Block a user