From 996f8e931a23610e4d476db0515e09e02b9bc1c3 Mon Sep 17 00:00:00 2001 From: "CST 1999 Shawn T. Amundson" Date: Thu, 25 Feb 1999 21:39:14 +0000 Subject: Incremented version to 1.2.0. -Shawn Incremented version to 1.2.0. -Shawn Also: Wed Feb 24 05:26:20 CST 1999 Shawn T. Amundson * gtk/gtkitemfactory.h: added a dummy gpointer to GtkItemFactoryClass for Tim Janik. Mon Feb 22 21:22:11 1999 Owen Taylor * gtk/gtkcontainer.h gtk/gtkwidget.h: Added some padding to class structures to allow addition of signals without breaking binary compatibility. --- gtk/gtkitemfactory.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/gtkitemfactory.h') 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 -- cgit v1.2.1