X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2Fps-document.h;h=7ecad2918bab6351f2f3f1106af0fec8cb7a2973;hb=1ba681aa9eb43a60f0a01c1939e70f9f6de755c7;hp=ef1acb549466b0008c8b90621c983df24c13811b;hpb=c6450a96c9e000535a222689a55bd20e3ee62206;p=evince.git diff --git a/ps/ps-document.h b/ps/ps-document.h index ef1acb54..7ecad291 100644 --- a/ps/ps-document.h +++ b/ps/ps-document.h @@ -25,6 +25,7 @@ #define __PS_DOCUMENT_H__ #include +#include #include "ev-document.h" #include "ps.h" @@ -43,6 +44,7 @@ typedef struct _PSDocumentClass PSDocumentClass; struct _PSDocument { GObject object; + GtkWidget *target_window; GdkWindow *pstarget; GdkPixmap *bpixmap; long message_window; /* Used by ghostview to receive messages from app */ @@ -74,6 +76,8 @@ struct _PSDocument { int *ps_export_pagelist; char *ps_export_filename; + GtkGSOrientation orientation; + const gchar *gs_status; /* PSDocument status */ };