X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2Fps-document.h;h=87eaddb9501c6f5b4192053ae036f42dd8e6e340;hb=848665b157185945d190a7a746d054d7f5d5e6e0;hp=1c6761bd6db21d85f0cf54b2d76942205301f676;hpb=1c0d19bd22598eca159c3febdcdaf4168891cb8f;p=evince.git diff --git a/ps/ps-document.h b/ps/ps-document.h index 1c6761bd..87eaddb9 100644 --- a/ps/ps-document.h +++ b/ps/ps-document.h @@ -55,19 +55,8 @@ 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; @@ -81,11 +70,13 @@ struct _PSDocument { gboolean send_filename_to_gs; /* True if gs should read from file directly */ gboolean reading_from_pipe; /* True if ggv is reading input from pipe */ struct document *doc; + + int *ps_export_pagelist; + char *ps_export_filename; - const gchar *gs_status; /* PSDocument status */ + GtkGSOrientation orientation; - int page_x_offset; - int page_y_offset; + const gchar *gs_status; /* PSDocument status */ }; struct _PSDocumentClass {