]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view-private.h
Restore cursor to normal after a drag operation. Fixes bug #501603.
[evince.git] / shell / ev-view-private.h
index d1edfa66f8e2eeadb33cb734ead6ed436b88cf1c..e839a31545628370bea1322acbdd2a719f3d6e8a 100644 (file)
@@ -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 */