]> git.tdb.fi Git - ext/subsurface.git/blobdiff - display.h
Update test dives
[ext/subsurface.git] / display.h
index c441a7dd2410c5401e083a686fb1a5aea495b6de..a3bc8ab1dc2dde94b851895495e532a46704c9f8 100644 (file)
--- a/display.h
+++ b/display.h
@@ -24,5 +24,6 @@ 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 attach_tooltip(int x, int y, int w, int h, const char *text);
 
 #endif