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=1a9964cbdc190840aa6ea2d762be1b8132d3dcbb;hp=23392299cf2f05c8a5903dba4cf416811f195e67;hpb=9d164a6d7df8ee8039ac22419a2969117747202b;p=evince.git diff --git a/ps/ps-document.h b/ps/ps-document.h index 23392299..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 */ @@ -57,7 +59,6 @@ struct _PSDocument { gboolean busy; /* Is gs busy drawing? */ gboolean structured_doc; - gboolean loaded; struct record_list *ps_input; gchar *input_buffer_ptr;