Use the correct struct offset for the screen_changed signal.
2002-11-09 Anders Carlsson <andersca@gnu.org> * gtk/gtkwidget.c (gtk_widget_class_init): Use the correct struct offset for the screen_changed signal.
This commit is contained in:
committed by
Anders Carlsson
parent
94cb32ac84
commit
efdf213b35
@@ -1,3 +1,8 @@
|
||||
2002-11-09 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Use the correct
|
||||
struct offset for the screen_changed signal.
|
||||
|
||||
Fri Nov 8 19:07:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Depend
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2002-11-09 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Use the correct
|
||||
struct offset for the screen_changed signal.
|
||||
|
||||
Fri Nov 8 19:07:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Depend
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2002-11-09 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Use the correct
|
||||
struct offset for the screen_changed signal.
|
||||
|
||||
Fri Nov 8 19:07:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Depend
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2002-11-09 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Use the correct
|
||||
struct offset for the screen_changed signal.
|
||||
|
||||
Fri Nov 8 19:07:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Depend
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2002-11-09 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Use the correct
|
||||
struct offset for the screen_changed signal.
|
||||
|
||||
Fri Nov 8 19:07:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Depend
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2002-11-09 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Use the correct
|
||||
struct offset for the screen_changed signal.
|
||||
|
||||
Fri Nov 8 19:07:39 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* demos/Makefile.am (test-inline-pixbufs.h): Depend
|
||||
|
||||
@@ -1060,7 +1060,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
||||
g_signal_new ("screen_changed",
|
||||
G_TYPE_FROM_CLASS (gobject_class),
|
||||
G_SIGNAL_RUN_LAST,
|
||||
G_STRUCT_OFFSET (GtkWidgetClass, hierarchy_changed),
|
||||
G_STRUCT_OFFSET (GtkWidgetClass, screen_changed),
|
||||
NULL, NULL,
|
||||
_gtk_marshal_VOID__OBJECT,
|
||||
G_TYPE_NONE, 1,
|
||||
|
||||
Reference in New Issue
Block a user