From ba3560bf7c63782d3c9426819b22a81d142d5126 Mon Sep 17 00:00:00 2001 From: Cedric Gustin Date: Thu, 14 Sep 2006 14:32:21 +0000 Subject: Added some missing symbols for win32 build (bug #355912). 2006-09-14 Cedric Gustin * atk/atk.def: Added some missing symbols for win32 build (bug #355912). --- ChangeLog | 5 +++++ atk/atk.def | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8ef5b20..1ddfc79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-14 Cedric Gustin + + * atk/atk.def: Added some missing symbols for win32 build + (bug #355912). + 2006-03-30 Guntupalli Karunakar * configure.in: Added 'dz' (Dzongkha) to ALL_LINGUAS. diff --git a/atk/atk.def b/atk/atk.def index 0562164..67d5c37 100644 --- a/atk/atk.def +++ b/atk/atk.def @@ -60,6 +60,7 @@ EXPORTS atk_hypertext_get_link_index atk_hypertext_get_n_links atk_hypertext_get_type + atk_hyperlink_state_flags_get_type atk_image_get_image_description atk_image_get_image_position atk_image_get_image_size @@ -196,6 +197,7 @@ EXPORTS atk_text_attribute_register atk_text_boundary_get_type atk_text_clip_type_get_type + atk_text_free_ranges atk_text_get_bounded_ranges atk_text_get_caret_offset atk_text_get_character_at_offset -- cgit v1.2.1