summaryrefslogtreecommitdiff
path: root/desktop/knockout.h
blob: 29718f9b596cd33ce13dd5aec492a5279d5e6f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * This file is part of NetSurf, http://netsurf-browser.org/
 * 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;