Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/ps-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'ps/ps-document.h')
-rw-r--r--ps/ps-document.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ps/ps-document.h b/ps/ps-document.h
index 87eaddb..7ecad29 100644
--- a/ps/ps-document.h
+++ b/ps/ps-document.h
@@ -25,6 +25,7 @@
#define __PS_DOCUMENT_H__
#include <sys/types.h>
+#include <gtk/gtkwidget.h>
#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 */