]> www.fi.muni.cz Git - evince.git/blob - backend/dvi/pixbuf-device.h
Reorganize source tree.
[evince.git] / backend / dvi / pixbuf-device.h
1 #ifndef MDVI_PIXBUF_DEVICE
2 #define MDVI_PIXBUF_DEVICE
3
4 #include "mdvi.h"
5 #include <gtk/gtk.h>
6
7 void 
8 mdvi_pixbuf_device_init (DviDevice *device);
9
10 void 
11 mdvi_pixbuf_device_free (DviDevice *device);
12
13 GdkPixbuf * 
14 mdvi_pixbuf_device_get_pixbuf (DviDevice *device);
15
16 void 
17 mdvi_pixbuf_device_render (DviContext *dvi);
18
19 void 
20 mdvi_pixbuf_device_set_margins (DviDevice *device, gint xmargin, gint ymargin);
21
22 #endif /* MDVI_PIXBUF_DEVICE */
23
24