]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-pixbuf-cache.h
Updated Arabic Translation by Khaled Hosny.
[evince.git] / shell / ev-pixbuf-cache.h
index d2116cdb071e7f8520c28453b8c8ceada720ac66..5e48f2845c10f848fa75ab7e2374b3c1fcbed491 100644 (file)
 #ifndef __EV_PIXBUF_CACHE_H__
 #define __EV_PIXBUF_CACHE_H__
 
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
+
 #include "ev-document.h"
-#include "ev-job-queue.h"
+#include "ev-selection.h"
 
 G_BEGIN_DECLS
 
@@ -43,6 +44,7 @@ typedef struct {
        int page;
        EvRectangle rect;
        GdkRegion *covered_region;
+       EvSelectionStyle style;
 } EvViewSelection;
 
 typedef struct _EvPixbufCache       EvPixbufCache;