summaryrefslogtreecommitdiff
path: root/app/bin/draw.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-06-01 17:08:47 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-06-01 17:08:47 +0200
commitd0b6a8a4ec298024f14f704f9e40a6f9d324ccf3 (patch)
tree8645f5abd7b89361a1c5ab67e0195c84bc2ceab0 /app/bin/draw.h
parentc2b8ba9336499ac930802e957f0d150399f3191e (diff)
parentabf57604846230dc26afe8011aefb8e7bcc34333 (diff)
Merge debian/watchdebian/1_5.1.2a-1
Diffstat (limited to 'app/bin/draw.h')
-rw-r--r--app/bin/draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/bin/draw.h b/app/bin/draw.h
index 6a7d806..66a1571 100644
--- a/app/bin/draw.h
+++ b/app/bin/draw.h
@@ -183,7 +183,7 @@ void DrawMarkers( void );
void DrawMapBoundingBox( BOOL_T );
void DrawTicks( drawCmd_p, coOrd );
void DrawRuler( drawCmd_p, coOrd, coOrd, DIST_T, int, int, wDrawColor );
-void MainProc( wWin_p, winProcEvent, void * );
+void MainProc( wWin_p, winProcEvent, void *, void * );
void InitInfoBar( void );
void DrawInit( int );
void DoZoomUp( void * );