diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-02-25 05:29:06 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-02-25 05:29:06 +0000 |
| commit | 65643d58d14380cbbbd24b5a0fec93a991f1bb92 (patch) | |
| tree | d2f92224223e77940da2ce0603c3c021eeef47e0 /src/helper | |
| parent | svg element referenced by id part of feImage filter rendering. (diff) | |
| download | inkscape-65643d58d14380cbbbd24b5a0fec93a991f1bb92.tar.gz inkscape-65643d58d14380cbbbd24b5a0fec93a991f1bb92.zip | |
Line-end fix
(bzr r4845)
Diffstat (limited to 'src/helper')
| -rw-r--r-- | src/helper/pixbuf-ops.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/src/helper/pixbuf-ops.h b/src/helper/pixbuf-ops.h index d87f4fa25..a985be297 100644 --- a/src/helper/pixbuf-ops.h +++ b/src/helper/pixbuf-ops.h @@ -1,27 +1,27 @@ -#ifndef __SP_PIXBUF_OPS_H__
-#define __SP_PIXBUF_OPS_H__
-
-/*
- * Helpers for SPItem -> gdk_pixbuf related stuff
- *
- * Authors:
- * John Cliff <simarilius@yahoo.com>
- *
- * Copyright (C) 2008 John Cliff
- *
- * Released under GNU GPL, read the file 'COPYING' for more information
- */
-
+#ifndef __SP_PIXBUF_OPS_H__ +#define __SP_PIXBUF_OPS_H__ + +/* + * Helpers for SPItem -> gdk_pixbuf related stuff + * + * Authors: + * John Cliff <simarilius@yahoo.com> + * + * Copyright (C) 2008 John Cliff + * + * Released under GNU GPL, read the file 'COPYING' for more information + */ + #include <glib/gtypes.h> -struct SPDocument;
-
-bool sp_export_jpg_file (SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1,
- unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, double quality, GSList *items_only = NULL);
-
-GdkPixbuf* sp_generate_internal_bitmap(SPDocument *doc, gchar const *filename,
- double x0, double y0, double x1, double y1,
- unsigned width, unsigned height, double xdpi, double ydpi,
- unsigned long bgcolor, GSList *items_only = NULL);
-
-#endif
+struct SPDocument; + +bool sp_export_jpg_file (SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, + unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, double quality, GSList *items_only = NULL); + +GdkPixbuf* sp_generate_internal_bitmap(SPDocument *doc, gchar const *filename, + double x0, double y0, double x1, double y1, + unsigned width, unsigned height, double xdpi, double ydpi, + unsigned long bgcolor, GSList *items_only = NULL); + +#endif |
