[monkey-bubble: 703/753] make sure all non-deprecated widgets have some class structure padding in
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 703/753] make sure all non-deprecated widgets have some class structure padding in
- Date: Wed, 14 Jul 2010 22:54:47 +0000 (UTC)
commit 765b4121def02adf05c9972d08167afd8a7d9f1d
Author: George Lebl <jirka 5z com>
Date: Tue Oct 23 21:56:54 2001 +0000
make sure all non-deprecated widgets have some class structure padding in
Tue Oct 23 14:42:04 2001 George Lebl <jirka 5z com>
* *.h: make sure all non-deprecated widgets have some class
structure padding in case we need to expand.
libgnomeui/gnome-scores.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.h b/libgnomeui/gnome-scores.h
index 05c3a09..77a36e2 100644
--- a/libgnomeui/gnome-scores.h
+++ b/libgnomeui/gnome-scores.h
@@ -74,6 +74,10 @@ struct _GnomeScores
struct _GnomeScoresClass
{
GtkDialogClass parent_class;
+
+ /* Padding for possible expansion */
+ gpointer padding1;
+ gpointer padding2;
};
GType gnome_scores_get_type (void) G_GNUC_CONST;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]