X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=display.h;h=5f99849b7b496a699c6c9431f042f5cb725287f8;hb=03eb488dd238bcec4b4758eab4559b3c40e6435c;hp=a3bc8ab1dc2dde94b851895495e532a46704c9f8;hpb=53f809ccca43354f443bb8e02621a5625eb38fde;p=ext%2Fsubsurface.git diff --git a/display.h b/display.h index a3bc8ab..5f99849 100644 --- a/display.h +++ b/display.h @@ -23,7 +23,9 @@ struct graphics_context { }; extern void plot(struct graphics_context *gc, cairo_rectangle_int_t *drawing_area, struct dive *dive); -extern void set_source_rgb(struct graphics_context *gc, double r, double g, double b); +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