X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=display.h;fp=display.h;h=4e1511656ad5d20b38948b8819a5ad25aefe5ee0;hp=5f99849b7b496a699c6c9431f042f5cb725287f8;hb=9d46581913ce33664e333a4d6eaf7f4e26e20b1c;hpb=03eb488dd238bcec4b4758eab4559b3c40e6435c diff --git a/display.h b/display.h index 5f99849..4e15116 100644 --- a/display.h +++ b/display.h @@ -26,6 +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