]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps-document.h
Updated Serbian translation
[evince.git] / ps / ps-document.h
index 87eaddb9501c6f5b4192053ae036f42dd8e6e340..c8d19db3cb01f359775401de6cef47bf57b3cd81 100644 (file)
@@ -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 */
@@ -74,8 +76,6 @@ struct _PSDocument {
   int *ps_export_pagelist;
   char *ps_export_filename;
 
-  GtkGSOrientation orientation;
-
   const gchar *gs_status;       /* PSDocument status */
 };