From 19eb9bd4a84d54e7af3eaf8c8f58037bf5437a97 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Wed, 26 Jul 2006 15:27:37 +0000 Subject: GtkPrintJob doesn't support print ranges or current page, so we export to 2006-07-26 Carlos Garcia Campos * shell/ev-jobs.[ch]: * shell/ev-sidebar-links.c: * shell/ev-window.[ch]: GtkPrintJob doesn't support print ranges or current page, so we export to a ps file now when printing ranges or current page. --- (limited to 'shell/ev-window.h') diff --git a/shell/ev-window.h b/shell/ev-window.h index 9c8d28f..4119965 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -38,6 +38,11 @@ typedef enum { EV_WINDOW_MODE_PREVIEW } EvWindowRunMode; +typedef struct { + gint start; + gint end; +} EvPrintRange; + typedef struct _EvWindow EvWindow; typedef struct _EvWindowClass EvWindowClass; typedef struct _EvWindowPrivate EvWindowPrivate; -- cgit v0.9.1