From 117adaa701915145de11f5f8283dbf67626af3d6 Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Wed, 27 Feb 2002 14:52:24 +0000 Subject: [PATCH] Add padding to class structures to allow for future expansion. * atk/atkhypertext.h atk/atkhyperlink.h: Add padding to class structures to allow for future expansion. --- ChangeLog | 5 +++-- atk/atkhyperlink.h | 2 ++ atk/atkhypertext.h | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 061ffee..6935bd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ 2002-02-27 Padraig O'Briain - * atk/atkdocument.h: + * atk/atkhypertext.h atk/atkhyperlink.h: Add padding to class structures to allow for future expansion. -2002-02-27 Padraig O'Briain + * atk/atkdocument.h: + Add padding to class structures to allow for future expansion. * atk/atkobjectfactory.h atk/atkgobjectaccessible.h: Add padding to class structures to allow for future expansion. diff --git a/atk/atkhyperlink.h b/atk/atkhyperlink.h index 9775079..ca38055 100755 --- a/atk/atkhyperlink.h +++ b/atk/atkhyperlink.h @@ -87,6 +87,8 @@ struct _AtkHyperlinkClass AtkFunction pad1; AtkFunction pad2; + AtkFunction pad3; + AtkFunction pad4; }; GType atk_hyperlink_get_type (void); diff --git a/atk/atkhypertext.h b/atk/atkhypertext.h index f954027..9535c6e 100755 --- a/atk/atkhypertext.h +++ b/atk/atkhypertext.h @@ -57,7 +57,10 @@ struct _AtkHypertextIface gint (* get_n_links) (AtkHypertext *hypertext); gint (* get_link_index) (AtkHypertext *hypertext, gint char_index); - + AtkFunction pad1; + AtkFunction pad2; + AtkFunction pad3; + AtkFunction pad4; }; GType atk_hypertext_get_type (void); -- 2.7.4