Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index d1edfa6..e839a31 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -26,6 +26,7 @@
#include "ev-page-cache.h"
#include "ev-image.h"
#include "ev-form-field.h"
+#include "ev-selection.h"
/* Information for middle clicking and moving around the doc */
typedef struct {
@@ -41,6 +42,7 @@ typedef struct {
GdkPoint start;
gboolean in_selection;
GList *selections;
+ EvSelectionStyle style;
} SelectionInfo;
/* Information for handling images DND */