X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=display.h;h=341b1616cac7749e2c436bb30d198898fba63425;hp=c441a7dd2410c5401e083a686fb1a5aea495b6de;hb=618a20ba5f2a9adc0e5a35117535f8eaa9fd34a4;hpb=b72ade0e78825dd97add4c7607c574df351abed0 diff --git a/display.h b/display.h index c441a7d..341b161 100644 --- a/display.h +++ b/display.h @@ -23,6 +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