From 25fddef525d3be8aa9b2825a3d8fcd29ff8c2c69 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 05 Apr 2005 12:23:16 +0000 Subject: More refactoring to adapt to EvDocument changes 2005-04-05 Marco Pesenti Gritti * 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 --- (limited to 'ps/ps-document.h') 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 { -- cgit v0.9.1