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=23392299cf2f05c8a5903dba4cf416811f195e67;hpb=9d164a6d7df8ee8039ac22419a2969117747202b;p=evince.git diff --git a/ps/ps-document.h b/ps/ps-document.h index 23392299..87eaddb9 100644 --- a/ps/ps-document.h +++ b/ps/ps-document.h @@ -57,7 +57,6 @@ struct _PSDocument { gboolean busy; /* Is gs busy drawing? */ gboolean structured_doc; - gboolean loaded; struct record_list *ps_input; gchar *input_buffer_ptr; @@ -75,6 +74,8 @@ struct _PSDocument { int *ps_export_pagelist; char *ps_export_filename; + GtkGSOrientation orientation; + const gchar *gs_status; /* PSDocument status */ };