summaryrefslogtreecommitdiff
path: root/security/openssh-askpass/files/patch-x11-ssh-askpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh-askpass/files/patch-x11-ssh-askpass.c')
-rw-r--r--security/openssh-askpass/files/patch-x11-ssh-askpass.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/openssh-askpass/files/patch-x11-ssh-askpass.c b/security/openssh-askpass/files/patch-x11-ssh-askpass.c
new file mode 100644
index 000000000000..ba3b499cee17
--- /dev/null
+++ b/security/openssh-askpass/files/patch-x11-ssh-askpass.c
@@ -0,0 +1,13 @@
+--- x11-ssh-askpass.c.orig 2016-11-06 16:18:21.595954000 +0900
++++ x11-ssh-askpass.c 2016-11-06 16:20:39.207609000 +0900
+@@ -764,6 +764,10 @@
+ d->sizeHints->flags = 0;
+ d->sizeHints->flags |= PPosition;
+ d->sizeHints->flags |= PSize;
++ d->sizeHints->x = d->w3.w.x;
++ d->sizeHints->y = d->w3.w.y;
++ d->sizeHints->width = d->w3.w.width;
++ d->sizeHints->height = d->w3.w.height;
+ d->sizeHints->min_width = d->w3.w.width;
+ d->sizeHints->min_height = d->w3.w.height;
+ d->sizeHints->flags |= PMinSize;