From 03eb488dd238bcec4b4758eab4559b3c40e6435c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Maximilian=20G=C3=BCntner?= Date: Wed, 22 Aug 2012 02:34:29 +0200 Subject: [PATCH] moved zoomed_plot to display.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Maximilian Güntner --- display.h | 2 ++ gtk-gui.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/display.h b/display.h index 341b161..5f99849 100644 --- a/display.h +++ b/display.h @@ -26,4 +26,6 @@ extern void plot(struct graphics_context *gc, cairo_rectangle_int_t *drawing_are extern void init_profile_background(struct graphics_context *gc); extern void attach_tooltip(int x, int y, int w, int h, const char *text); +extern char zoomed_plot; + #endif diff --git a/gtk-gui.c b/gtk-gui.c index f25fbaa..9bd4f13 100644 --- a/gtk-gui.c +++ b/gtk-gui.c @@ -24,7 +24,6 @@ GtkWidget *vpane, *hpane; GtkWidget *notebook; int error_count; -extern char zoomed_plot; const char *divelist_font; -- 2.43.0