summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-03-06 05:49:26 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-03-06 05:49:26 +0000
commit96f9c875ee1445c2e4a2b62ec98b76505adc2728 (patch)
tree865c1f25664c0c8f3425448e8dbe32326d7472c2
parent41ae8df2e9f18e79610242fa36d16d85e360d70a (diff)
downloadgtk+-96f9c875ee1445c2e4a2b62ec98b76505adc2728.tar.gz
set the class closure offset for the window_state_event to point at
2001-03-06 James Henstridge <james@daa.com.au> * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure offset for the window_state_event to point at window_state_event rather than no_expose_event.
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-2-06
-rw-r--r--ChangeLog.pre-2-106
-rw-r--r--ChangeLog.pre-2-26
-rw-r--r--ChangeLog.pre-2-46
-rw-r--r--ChangeLog.pre-2-66
-rw-r--r--ChangeLog.pre-2-86
-rw-r--r--gtk/gtkwidget.c2
8 files changed, 43 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab59d1d938..ab3aafd305 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-06 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+ offset for the window_state_event to point at window_state_event
+ rather than no_expose_event.
+
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkimmodule.h: fix busted /* comment */
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index ab59d1d938..ab3aafd305 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,9 @@
+2001-03-06 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+ offset for the window_state_event to point at window_state_event
+ rather than no_expose_event.
+
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkimmodule.h: fix busted /* comment */
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index ab59d1d938..ab3aafd305 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,9 @@
+2001-03-06 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+ offset for the window_state_event to point at window_state_event
+ rather than no_expose_event.
+
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkimmodule.h: fix busted /* comment */
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index ab59d1d938..ab3aafd305 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,9 @@
+2001-03-06 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+ offset for the window_state_event to point at window_state_event
+ rather than no_expose_event.
+
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkimmodule.h: fix busted /* comment */
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index ab59d1d938..ab3aafd305 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,9 @@
+2001-03-06 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+ offset for the window_state_event to point at window_state_event
+ rather than no_expose_event.
+
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkimmodule.h: fix busted /* comment */
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index ab59d1d938..ab3aafd305 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,9 @@
+2001-03-06 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+ offset for the window_state_event to point at window_state_event
+ rather than no_expose_event.
+
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkimmodule.h: fix busted /* comment */
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index ab59d1d938..ab3aafd305 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+2001-03-06 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+ offset for the window_state_event to point at window_state_event
+ rather than no_expose_event.
+
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkimmodule.h: fix busted /* comment */
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 629a642b8d..56f8664d86 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -768,7 +768,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
gtk_signal_new ("window_state_event",
GTK_RUN_LAST,
GTK_CLASS_TYPE (object_class),
- GTK_SIGNAL_OFFSET (GtkWidgetClass, no_expose_event),
+ GTK_SIGNAL_OFFSET (GtkWidgetClass, window_state_event),
gtk_marshal_BOOLEAN__POINTER,
GTK_TYPE_BOOL, 1,
GTK_TYPE_GDK_EVENT);