]> git.tdb.fi Git - ext/subsurface.git/blobdiff - display.h
Merge branch 'freediving-tweaks' of git://github.com/mguentner/subsurface
[ext/subsurface.git] / display.h
index 5f99849b7b496a699c6c9431f042f5cb725287f8..4e1511656ad5d20b38948b8819a5ad25aefe5ee0 100644 (file)
--- 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