]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view-private.h
Rework the jobs system in order to make it simpler and more extensible. It
[evince.git] / shell / ev-view-private.h
index c36cd57bd421633fb1f2c3f0fd7e1f75c78f1bde..1618417d084f16c9837eee7e0c6dcf41367ab430 100644 (file)
@@ -24,6 +24,7 @@
 #include "ev-view.h"
 #include "ev-pixbuf-cache.h"
 #include "ev-page-cache.h"
+#include "ev-jobs.h"
 #include "ev-image.h"
 #include "ev-form-field.h"
 #include "ev-selection.h"
@@ -161,6 +162,9 @@ struct _EvView {
        EvViewSelectionMode selection_mode;
        SelectionInfo selection_info;
 
+       /* Copy link address selection */
+       EvLinkAction *link_selected;
+
        /* Image DND */
        ImageDNDInfo image_dnd_info;