X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=display.h;h=a3bc8ab1dc2dde94b851895495e532a46704c9f8;hb=97a1dd68306de17aa73be092d2bcf174e8158f62;hp=9cd401a893da34928212b797110a146fe46107a5;hpb=682135838ff313594c7f67fabd9be8f88a33883b;p=ext%2Fsubsurface.git diff --git a/display.h b/display.h index 9cd401a..a3bc8ab 100644 --- a/display.h +++ b/display.h @@ -22,7 +22,8 @@ struct graphics_context { double topy, bottomy; }; -extern void plot(struct graphics_context *gc, int w, int h, struct dive *dive); +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 attach_tooltip(int x, int y, int w, int h, const char *text); #endif