]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Get rid of the error-return mechanism from x11_init.
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:23 +0000 (14:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:23 +0000 (14:05 +0000)
Now that it doesn't actually make a network connection because that's
deferred until after the X authorisation exchange, there's no point in
having it return an error message and write the real output through a
pointer argument. Instead, we can just have it return xconn directly
and simplify the call sites.

[originally from svn r10081]


No differences found