summaryrefslogtreecommitdiff
path: root/desktop/knockout.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/knockout.h')
-rw-r--r--desktop/knockout.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/desktop/knockout.h b/desktop/knockout.h
new file mode 100644
index 000000000..d564ee6f0
--- /dev/null
+++ b/desktop/knockout.h
@@ -0,0 +1,19 @@
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2006 Richard Wilson <info@tinct.net>
+ */
+
+/** \file
+ * Knockout rendering (interface).
+ */
+
+#include "netsurf/desktop/plotters.h"
+
+
+bool knockout_plot_start(struct plotter_table *plotter);
+bool knockout_plot_end(void);
+
+
+extern const struct plotter_table knockout_plotters;