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-04-05 12:23:16 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-04-05 12:23:16 (GMT)
commit25fddef525d3be8aa9b2825a3d8fcd29ff8c2c69 (patch)
tree430beba9499d6fb7c67c029badbc978ea9ad841d /ps/ps-document.h
parent408a156ca18e2570b4e7dae39a1c34a1a1402184 (diff)
More refactoring to adapt to EvDocument changes
2005-04-05 Marco Pesenti Gritti <mpg@redhat.com> * ps/ps-document.c: (ps_document_init), (push_pixbuf), (ps_document_cleanup), (setup_pixmap), (get_page_box), (get_page_orientation), (setup_page), (document_load), (ps_document_get_page_size), (render_pixbuf_idle): * ps/ps-document.h: More refactoring to adapt to EvDocument changes
Diffstat (limited to 'ps/ps-document.h')
-rw-r--r--ps/ps-document.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ps/ps-document.h b/ps/ps-document.h
index 1c6761b..2ea93dd 100644
--- a/ps/ps-document.h
+++ b/ps/ps-document.h
@@ -55,19 +55,9 @@ struct _PSDocument {
guint interpreter_output_id;
guint interpreter_error_id;
- gint width; /* Size of window at last setup() */
- gint llx;
- gint lly;
- gint urx;
- gint ury;
- gint height;
- gint orientation;
gboolean busy; /* Is gs busy drawing? */
- gfloat zoom_factor;
- gint current_page;
gboolean structured_doc;
gboolean loaded;
- gboolean changed;
struct record_list *ps_input;
gchar *input_buffer_ptr;
@@ -83,9 +73,6 @@ struct _PSDocument {
struct document *doc;
const gchar *gs_status; /* PSDocument status */
-
- int page_x_offset;
- int page_y_offset;
};
struct _PSDocumentClass {