summaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-08-21 04:19:00 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-08-21 04:19:00 +0000
commit9be46680bf8ee43379e2e5bdf68b896a57f6bf1b (patch)
treecfffae6d97398b8bdeb2d68b718be2de94b827a9 /display.c
parentaf6a7f91032f6808904fca69883e31dc0e8947df (diff)
downloadgpsd-9be46680bf8ee43379e2e5bdf68b896a57f6bf1b.tar.gz
Small code cleanup and a display tweak.
Diffstat (limited to 'display.c')
-rw-r--r--display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.c b/display.c
index 228dcc0f..9706e8b8 100644
--- a/display.c
+++ b/display.c
@@ -170,7 +170,7 @@ void draw_graphics()
pol2cart(90, 0, &x, &y);
set_color("Black");
XDrawString(XtDisplay(draww), pixmap, drawGC,
- (int) x+5, (int) y, "W", 1);
+ (int) x+2, (int) y, "W", 1);
pol2cart(180, 0, &x, &y);
set_color("Black");
XDrawString(XtDisplay(draww), pixmap, drawGC,