summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBradley Smith2008-05-20 19:54:42 +0100
committerBradley Smith2008-05-20 19:54:42 +0100
commit45d70e8d9de6b527c9ae5400d891918c842ed5c3 (patch)
tree075f93b563707969a6d79f93698c33e2004117ae /src
parentTidy up Xlib/Xpm checks. (diff)
downloadgnurobots-45d70e8d9de6b527c9ae5400d891918c842ed5c3.tar.gz
Change default font to fixed.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'src')
-rw-r--r--src/userinterface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userinterface.c b/src/userinterface.c
index ca14ee6..b2702e4 100644
--- a/src/userinterface.c
+++ b/src/userinterface.c
@@ -152,7 +152,7 @@ user_interface_constructor (GType type,
XMapWindow (ui->dpy, ui->x_win);
ui->text = XLoadFont (ui->dpy,
- "-*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*");
+ "-*-fixed-medium-r-*-*-*-120-*-*-*-*-*-*");
values.font = ui->text;
values.foreground = WhitePixel (ui->dpy, DefaultScreen (ui->dpy));