16 lines
385 B
C
16 lines
385 B
C
/*
|
|
* 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 2005 James Bursa <bursa@users.sourceforge.net>
|
|
*/
|
|
|
|
/** \file
|
|
* Target independent plotting (GDK / GTK+ interface).
|
|
*/
|
|
|
|
struct plotter_table;
|
|
|
|
const struct plotter_table nsgtk_plotters;
|
|
|