X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-view-private.h;h=d1edfa66f8e2eeadb33cb734ead6ed436b88cf1c;hb=39c51b63804387f5f7c0f3fce193da9eb9998774;hp=12d5c8a383b3c321d017b8f2c3510a252ff225f3;hpb=7172457c057ce9ec6011866e055f9c5ce6e284f2;p=evince.git diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index 12d5c8a3..d1edfa66 100644 --- a/shell/ev-view-private.h +++ b/shell/ev-view-private.h @@ -81,6 +81,7 @@ struct _EvView { char *find_status; int find_result; gboolean jump_to_find_result; + gboolean highlight_find_results; EvPageCache *page_cache; EvPixbufCache *pixbuf_cache; @@ -142,9 +143,11 @@ struct _EvView { /* Image DND */ ImageDNDInfo image_dnd_info; +#if !GTK_CHECK_VERSION (2, 11, 7) /* Links */ GtkWidget *link_tooltip; EvLink *hovered_link; +#endif /* Goto Popup */ GtkWidget *goto_window;