summaryrefslogtreecommitdiff
path: root/gtk/gtkitemfactory.h
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-02-25 21:39:14 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-02-25 21:39:14 +0000
commit996f8e931a23610e4d476db0515e09e02b9bc1c3 (patch)
tree7ddb17399fb9645e945bbe402f2ca5596c1a423d /gtk/gtkitemfactory.h
parent2a4c97f3b3d211dbd4e8edda3208960c25b4644d (diff)
downloadgtk+-996f8e931a23610e4d476db0515e09e02b9bc1c3.tar.gz
Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0
Incremented version to 1.2.0. -Shawn <amundson@gtk.org> Also: Wed Feb 24 05:26:20 CST 1999 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkitemfactory.h: added a dummy gpointer to GtkItemFactoryClass for Tim Janik. Mon Feb 22 21:22:11 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkcontainer.h gtk/gtkwidget.h: Added some padding to class structures to allow addition of signals without breaking binary compatibility.
Diffstat (limited to 'gtk/gtkitemfactory.h')
-rw-r--r--gtk/gtkitemfactory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h
index ee405a6582..74e7f34bbb 100644
--- a/gtk/gtkitemfactory.h
+++ b/gtk/gtkitemfactory.h
@@ -83,6 +83,8 @@ struct _GtkItemFactoryClass
gchar *cpair_comment_single;
GHashTable *item_ht;
+
+ gpointer dummy;
};
struct _GtkItemFactoryEntry