summaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-08-13 21:45:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-08-13 21:45:23 +0000
commit2f6ebfd3d638a16fa8e774c9436315e3c3438f74 (patch)
tree2d149e97a283c47f7dade7742228e41029507fdf /display.c
parenta350e6c9f9953796ed63120d9b1315a382df365e (diff)
downloadgpsd-2f6ebfd3d638a16fa8e774c9436315e3c3438f74.tar.gz
Header consolidation. Sinse there is really only one context
structure now that carries the entire library state, pull it into one header.
Diffstat (limited to 'display.c')
-rw-r--r--display.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/display.c b/display.c
index 5c8973fb..d639dfe3 100644
--- a/display.c
+++ b/display.c
@@ -25,13 +25,11 @@
#include <X11/Shell.h>
#include <math.h>
-#include "outdata.h"
-#include "nmea.h"
#include "gpsd.h"
+
extern void register_canvas(Widget w, GC gc);
extern void draw_graphics();
-
#define XCENTER (double)(width/2)
#define YCENTER (double)(height/2)
#define SCALE (double)(diameter/2)