X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-file-exporter.h;h=c05ea27d966e3edbdb38378899b750f28c23ce2b;hb=49172d645c265e3fd301ca15f75adb17c7337331;hp=ab1daee416cfc822243640dd5486ed49d8306ef8;hpb=a50e3f1032fe4e868c92668477aea37bb86052d6;p=evince.git diff --git a/libdocument/ev-file-exporter.h b/libdocument/ev-file-exporter.h index ab1daee4..c05ea27d 100644 --- a/libdocument/ev-file-exporter.h +++ b/libdocument/ev-file-exporter.h @@ -47,21 +47,15 @@ typedef enum { EV_FILE_EXPORTER_CAN_NUMBER_UP = 1 << 8 } EvFileExporterCapabilities; -typedef enum { - EV_FILE_EXPORTER_PORTRAIT, - EV_FILE_EXPORTER_LANDSCAPE -} EvFileExporterOrientation; - typedef struct { - EvFileExporterFormat format; - const gchar *filename; - gint first_page; - gint last_page; - gdouble paper_width; - gdouble paper_height; - EvFileExporterOrientation orientation; - gboolean duplex; - gint pages_per_sheet; + EvFileExporterFormat format; + const gchar *filename; + gint first_page; + gint last_page; + gdouble paper_width; + gdouble paper_height; + gboolean duplex; + gint pages_per_sheet; } EvFileExporterContext; #define EV_TYPE_FILE_EXPORTER (ev_file_exporter_get_type ())