Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-07-26 15:27:37 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-07-26 15:27:37 (GMT)
commit19eb9bd4a84d54e7af3eaf8c8f58037bf5437a97 (patch)
tree350331d234ae6ce9a05234ac2e6153455b207053 /shell/ev-window.h
parentce1bd095414d0eece573c719202979f498f3ef33 (diff)
GtkPrintJob doesn't support print ranges or current page, so we export to
2006-07-26 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r--shell/ev-window.h5
1 files changed, 5 insertions, 0 deletions
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;