X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=display.h;h=4e1511656ad5d20b38948b8819a5ad25aefe5ee0;hp=341b1616cac7749e2c436bb30d198898fba63425;hb=HEAD;hpb=fc6fec59ba45df0ce6288fbf3d3197f1682c73df diff --git a/display.h b/display.h index 341b161..4e15116 100644 --- a/display.h +++ b/display.h @@ -26,4 +26,11 @@ extern void plot(struct graphics_context *gc, cairo_rectangle_int_t *drawing_are extern void init_profile_background(struct graphics_context *gc); extern void attach_tooltip(int x, int y, int w, int h, const char *text); +struct options { + enum { PRETTY, TABLE } type; + gboolean print_profiles; +}; + +extern char zoomed_plot; + #endif