diff options
author | Alejandro PiƱeiro <[email protected]> | 2014-04-07 17:57:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-27 10:13:51 +0100 |
commit | c65188a636ccb280ddf165c460f6781bf9b13a9c (patch) | |
tree | 90de4580fec4d56ff89ce216292ce1eb7ade9662 /libview/ev-link-accessible.h | |
parent | d9b37d653859acc035b8dd9f5f80b58f781ee065 (diff) | |
download | atril-c65188a636ccb280ddf165c460f6781bf9b13a9c.tar.bz2 atril-c65188a636ccb280ddf165c460f6781bf9b13a9c.tar.xz |
a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessible
https://bugzilla.gnome.org/show_bug.cgi?id=724965
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-14&id=750f20d
Diffstat (limited to 'libview/ev-link-accessible.h')
-rw-r--r-- | libview/ev-link-accessible.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libview/ev-link-accessible.h b/libview/ev-link-accessible.h index 899514cf..f8cda16c 100644 --- a/libview/ev-link-accessible.h +++ b/libview/ev-link-accessible.h @@ -26,7 +26,7 @@ #define __EV_LINK_ACCESSIBLE_H__ #include <gtk/gtk-a11y.h> -#include "ev-view-accessible.h" +#include "ev-page-accessible.h" #include "ev-link.h" #define EV_TYPE_LINK_ACCESSIBLE (ev_link_accessible_get_type ()) @@ -48,7 +48,7 @@ struct _EvLinkAccessibleClass { }; GType ev_link_accessible_get_type (void); -EvLinkAccessible *ev_link_accessible_new (EvViewAccessible *view, +EvLinkAccessible *ev_link_accessible_new (EvPageAccessible *page, EvLink *link, EvRectangle *area); |