Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/ps-document.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-08-24 08:46:18 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-08-24 08:46:18 (GMT)
commit5b672303731cbcb76973d46046ee3580ed5f5a5c (patch)
treece6df224cf734f699e495d58d589810df6206a8a /ps/ps-document.h
parent8df02504363901b99bfdd0cf79d56b9e92f4f9c3 (diff)
Fix orientation in the postscript document
2005-08-24 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf): * backend/ev-async-renderer.h: * ps/ps-document.c: (ps_document_init), (setup_pixmap), (setup_page), (ps_document_get_page_size), (ps_async_renderer_render_pixbuf): * ps/ps-document.h: * shell/ev-jobs.c: (ev_job_render_run): Fix orientation in the postscript document
Diffstat (limited to 'ps/ps-document.h')
-rw-r--r--ps/ps-document.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ps/ps-document.h b/ps/ps-document.h
index 7ecad29..c8d19db 100644
--- a/ps/ps-document.h
+++ b/ps/ps-document.h
@@ -76,8 +76,6 @@ struct _PSDocument {
int *ps_export_pagelist;
char *ps_export_filename;
- GtkGSOrientation orientation;
-
const gchar *gs_status; /* PSDocument status */
};