X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=display.h;h=d054b699450161de1fc2e8699ac5e58173e06357;hp=341b1616cac7749e2c436bb30d198898fba63425;hb=490e98dadfc71a318a934f4196821be69c4b6342;hpb=57af78bda0aa0fc231d31662f9129ceaec79e2d7 diff --git a/display.h b/display.h index 341b161..d054b69 100644 --- a/display.h +++ b/display.h @@ -26,4 +26,9 @@ 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; +}; + #endif