Code

SPDocument->Document
[inkscape.git] / src / helper / png-write.h
index 83321aa4e7c6d68dddb1edfc5d7cbd5442e95c3e..f7e372e0ba3f960ab74313795cfbcdd604bd45ec 100644 (file)
 
 #include <glib/gtypes.h>
 #include <2geom/forward.h>
-struct SPDocument;
+struct Document;
 
-bool sp_export_png_file (SPDocument *doc, gchar const *filename,
+bool sp_export_png_file (Document *doc, gchar const *filename,
             double x0, double y0, double x1, double y1,
             unsigned long int width, unsigned long int height, double xdpi, double ydpi,
             unsigned long bgcolor,
             unsigned int (*status) (float, void *), void *data, bool force_overwrite = false, GSList *items_only = NULL);
-bool sp_export_png_file (SPDocument *doc, gchar const *filename,
+bool sp_export_png_file (Document *doc, gchar const *filename,
             Geom::Rect const &area,
             unsigned long int width, unsigned long int height, double xdpi, double ydpi,
             unsigned long bgcolor,