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:
Diffstat (limited to 'backend/dvi/pixbuf-device.h')
-rw-r--r--backend/dvi/pixbuf-device.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/backend/dvi/pixbuf-device.h b/backend/dvi/pixbuf-device.h
new file mode 100644
index 0000000..bacae4b
--- /dev/null
+++ b/backend/dvi/pixbuf-device.h
@@ -0,0 +1,24 @@
+#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 */
+
+