From 963c3766d55c38c35d322099fe30b674e1d31c69 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 20 Oct 2004 23:31:32 +0000 Subject: [project @ 2004-10-20 23:31:31 by jmb] Reimplement draw groups svn path=/import/netsurf/; revision=1332 --- desktop/plotters.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop') diff --git a/desktop/plotters.h b/desktop/plotters.h index 7d2d89f71..0be1213a6 100644 --- a/desktop/plotters.h +++ b/desktop/plotters.h @@ -38,6 +38,8 @@ struct plotter_table { bool (*bitmap_tile)(int x, int y, int width, int height, struct bitmap *bitmap, colour bg, bool repeat_x, bool repeat_y); + bool (*group_start)(const char *name); + bool (*group_end)(void); }; /** Current plotters, must be assigned before use. */ -- cgit v1.2.3