]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winsftp.c
Revamp of the local X11 connection code. We now parse X display
[PuTTY.git] / windows / winsftp.c
index f3c0a6fbdb989a4418c4c9a9a107907f301e8917..94d04a750f34b6468eb638798cdba5dc55817987 100644 (file)
@@ -19,6 +19,12 @@ int get_userpass_input(prompts_t *p, unsigned char *in, int inlen)
     return ret;
 }
 
+void platform_get_x11_auth(struct X11Display *display, const Config *cfg)
+{
+    /* Do nothing, therefore no auth. */
+}
+const int platform_uses_x11_unix_by_default = TRUE;
+
 /* ----------------------------------------------------------------------
  * File access abstraction.
  */