X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2Fps-document.h;h=c8d19db3cb01f359775401de6cef47bf57b3cd81;hb=e1ec38bb31d735c3219f967f3f1703bc88eb5090;hp=87eaddb9501c6f5b4192053ae036f42dd8e6e340;hpb=a09a209d6ad8446ad981c66ed3733d8f17263918;p=evince.git diff --git a/ps/ps-document.h b/ps/ps-document.h index 87eaddb9..c8d19db3 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,8 +76,6 @@ struct _PSDocument { int *ps_export_pagelist; char *ps_export_filename; - GtkGSOrientation orientation; - const gchar *gs_status; /* PSDocument status */ };