From fc6fec59ba45df0ce6288fbf3d3197f1682c73df Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Mon, 28 Nov 2011 18:17:33 +0100 Subject: Define all colors in one place The profile colors were defined all over the place, so I put them all in one spot. I'm unsure if this is the best solution to that problem, but I guess it's a step in the right direction. Signed-Off-By: Henrik Brautaset Aronsen --- display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'display.h') diff --git a/display.h b/display.h index a3bc8ab1d..341b1616c 100644 --- a/display.h +++ b/display.h @@ -23,7 +23,7 @@ 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); #endif -- cgit v1.2.3-70-g09d2