summaryrefslogtreecommitdiff
path: root/app/ssh-askpass/x11-ssh-askpass.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-14 01:05:05 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-14 01:05:05 +0000
commit3c84aa651705cc590daa75384c3d11fdccff22aa (patch)
tree56581430567b30a98102094764b14266b2e84b7e /app/ssh-askpass/x11-ssh-askpass.h
parent485e22af0d6aa5b88e3b7756bcfba3788ad4840f (diff)
When displaying a multi-lines label, switch to a fixed-width font
for 2nd and following lines, to make ascii art look correct. ok deraadt@, grunk@.
Diffstat (limited to 'app/ssh-askpass/x11-ssh-askpass.h')
-rw-r--r--app/ssh-askpass/x11-ssh-askpass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/ssh-askpass/x11-ssh-askpass.h b/app/ssh-askpass/x11-ssh-askpass.h
index f419c5d72..547d2a38f 100644
--- a/app/ssh-askpass/x11-ssh-askpass.h
+++ b/app/ssh-askpass/x11-ssh-askpass.h
@@ -87,6 +87,7 @@ typedef struct
{
char *fullText;
XFontStruct *font;
+ XFontStruct *fixedFont;
TextObject *multiText;
WidgetInfo w;
} LabelInfo;