summaryrefslogtreecommitdiff
path: root/atk/atkhyperlink.h
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-02-27 14:52:24 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-02-27 14:52:24 +0000
commit117adaa701915145de11f5f8283dbf67626af3d6 (patch)
tree53fe27d9eeb388150c66135ed37c34d2ab3ad277 /atk/atkhyperlink.h
parentb4c43fe931f1ab7f36eaf160552b1c5a2a01673e (diff)
downloadatk-117adaa701915145de11f5f8283dbf67626af3d6.tar.gz
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.
Diffstat (limited to 'atk/atkhyperlink.h')
-rwxr-xr-xatk/atkhyperlink.h2
1 files changed, 2 insertions, 0 deletions
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);