]> git.tdb.fi Git - ext/subsurface.git/blobdiff - display.h
Change plot routine to take a drawing_area as argument
[ext/subsurface.git] / display.h
index 9cd401a893da34928212b797110a146fe46107a5..c441a7dd2410c5401e083a686fb1a5aea495b6de 100644 (file)
--- a/display.h
+++ b/display.h
@@ -22,7 +22,7 @@ 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);
 
 #endif