mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-21 22:11:22 +03:00
cleanup printer API usage of plotter headers
This commit is contained in:
parent
4a4a442e6c
commit
e41ad032fa
@ -49,6 +49,7 @@
|
||||
#include "utils/nsoption.h"
|
||||
#include "utils/messages.h"
|
||||
#include "utils/utils.h"
|
||||
#include "desktop/plotters.h"
|
||||
#include "desktop/printer.h"
|
||||
#include "desktop/gui_layout.h"
|
||||
#include "desktop/mouse.h"
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include "css/utils.h"
|
||||
#include "render/box.h"
|
||||
|
||||
#include "desktop/plotters.h"
|
||||
#include "desktop/print.h"
|
||||
#include "desktop/printer.h"
|
||||
|
||||
|
@ -16,18 +16,19 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
/**
|
||||
* \file
|
||||
* Printer interface.
|
||||
*
|
||||
* Interface to generic plotters, initialization, handling pages and
|
||||
* cleaning up.
|
||||
* Printer interface to generic plotters, initialization, handling
|
||||
* pages and cleaning up.
|
||||
*/
|
||||
|
||||
#ifndef NETSURF_DESKTOP_PRINTER_H
|
||||
#define NETSURF_DESKTOP_PRINTER_H
|
||||
|
||||
#include "desktop/plotters.h"
|
||||
#include "desktop/print.h"
|
||||
struct plotter_table;
|
||||
struct print_settings;
|
||||
|
||||
/** Printer interface */
|
||||
struct printer{
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include "content/content.h"
|
||||
#include "content/hlcache.h"
|
||||
#include "utils/nsoption.h"
|
||||
#include "desktop/plotters.h"
|
||||
#include "desktop/print.h"
|
||||
#include "desktop/printer.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user