2006-07-01 22:16:05 +04:00
|
|
|
/*
|
2006-11-27 18:35:18 +03:00
|
|
|
* This file is part of NetSurf, http://netsurf-browser.org/
|
2006-07-01 22:16:05 +04:00
|
|
|
* 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;
|