Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/dvi/pixbuf-device.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-06-17 15:05:11 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-06-17 15:05:11 (GMT)
commit4ce480dd80453275c10c3b99f988667c2f1bdfff (patch)
treea025495303fca4cbd3a219eeab51354001bc519d /backend/dvi/pixbuf-device.h
parent489459b17b659b9c51f62e12fd9ee730e85a1bfd (diff)
Removed Added
2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org> * backend/dvi/Makefile.am: * backend/dvi/pixbuf-device.[ch]: Removed * backend/dvi/cairo-device.[ch]: Added * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule): * backend/dvi/dvi-document.c: (dvi_document_load), (dvi_document_render), (dvi_document_finalize), (dvi_document_thumbnails_get_thumbnail), (parse_color), (dvi_document_do_color_special): * libdocument/ev-document-misc.[ch]: (ev_document_misc_pixbuf_from_surface): Port dvi backend to cairo and fix a problem with colors. svn path=/trunk/; revision=2506
Diffstat (limited to 'backend/dvi/pixbuf-device.h')
-rw-r--r--backend/dvi/pixbuf-device.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/backend/dvi/pixbuf-device.h b/backend/dvi/pixbuf-device.h
deleted file mode 100644
index bacae4b..0000000
--- a/backend/dvi/pixbuf-device.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef MDVI_PIXBUF_DEVICE
-#define MDVI_PIXBUF_DEVICE
-
-#include "mdvi.h"
-#include <gtk/gtk.h>
-
-void
-mdvi_pixbuf_device_init (DviDevice *device);
-
-void
-mdvi_pixbuf_device_free (DviDevice *device);
-
-GdkPixbuf *
-mdvi_pixbuf_device_get_pixbuf (DviDevice *device);
-
-void
-mdvi_pixbuf_device_render (DviContext *dvi);
-
-void
-mdvi_pixbuf_device_set_margins (DviDevice *device, gint xmargin, gint ymargin);
-
-#endif /* MDVI_PIXBUF_DEVICE */
-
-