summaryrefslogtreecommitdiff
path: root/desktop/plotters.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-10-20 23:31:32 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-10-20 23:31:32 +0000
commit963c3766d55c38c35d322099fe30b674e1d31c69 (patch)
tree6c9e550ce26a6818e3fe2759ea701e15d9c14e04 /desktop/plotters.h
parent33d905ce7f95d1962586c76e5ac2288bb6a302c7 (diff)
downloadnetsurf-963c3766d55c38c35d322099fe30b674e1d31c69.tar.gz
netsurf-963c3766d55c38c35d322099fe30b674e1d31c69.tar.bz2
[project @ 2004-10-20 23:31:31 by jmb]
Reimplement draw groups svn path=/import/netsurf/; revision=1332
Diffstat (limited to 'desktop/plotters.h')
-rw-r--r--desktop/plotters.h2
1 files changed, 2 insertions, 0 deletions
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. */