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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index 36053c3..e60795e 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -125,6 +125,10 @@ struct _EvView {
/* Links */
GtkWidget *link_tooltip;
EvLink *hovered_link;
+
+ /* Goto Popup */
+ GtkWidget *goto_window;
+ GtkWidget *goto_entry;
};
struct _EvViewClass {