X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-pixbuf-cache.h;h=5e48f2845c10f848fa75ab7e2374b3c1fcbed491;hb=0be3be0d4166be324d628802772e99cacd336f11;hp=d2116cdb071e7f8520c28453b8c8ceada720ac66;hpb=a2dd71cd0a16fe04b1f074e7cd5a95c35a70e9e7;p=evince.git diff --git a/shell/ev-pixbuf-cache.h b/shell/ev-pixbuf-cache.h index d2116cdb..5e48f284 100644 --- a/shell/ev-pixbuf-cache.h +++ b/shell/ev-pixbuf-cache.h @@ -24,9 +24,10 @@ #ifndef __EV_PIXBUF_CACHE_H__ #define __EV_PIXBUF_CACHE_H__ -#include +#include + #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;