summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-02-25 04:06:15 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-02-25 04:06:15 +0000
commitb1135416f2b51afe668db6b6b3a7887151d80ee8 (patch)
tree65ccb8708da1aec89eea2938862b1a41bb49db03
parentf9a27ad6fdbb180ea2b4a7c5611ace52fca80698 (diff)
downloadgdk-pixbuf-b1135416f2b51afe668db6b6b3a7887151d80ee8.tar.gz
Make prototypes for drag_data_get and drag_data_received handlers match
Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes for drag_data_get and drag_data_received handlers match the types used for gtk_singal_new; time needs to be a uint, not a uint32.
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLog.pre-2-07
-rw-r--r--ChangeLog.pre-2-107
-rw-r--r--ChangeLog.pre-2-27
-rw-r--r--ChangeLog.pre-2-47
-rw-r--r--ChangeLog.pre-2-67
-rw-r--r--ChangeLog.pre-2-87
-rw-r--r--gtk/gtkclist.c4
-rw-r--r--gtk/gtkwidget.h4
9 files changed, 53 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 046d6934a..872069403 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes
+ for drag_data_get and drag_data_received handlers
+ match the types used for gtk_singal_new; time needs
+ to be a uint, not a uint32.
+
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
* README: Changed bug reporting instructions to
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 046d6934a..872069403 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes
+ for drag_data_get and drag_data_received handlers
+ match the types used for gtk_singal_new; time needs
+ to be a uint, not a uint32.
+
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
* README: Changed bug reporting instructions to
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 046d6934a..872069403 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes
+ for drag_data_get and drag_data_received handlers
+ match the types used for gtk_singal_new; time needs
+ to be a uint, not a uint32.
+
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
* README: Changed bug reporting instructions to
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 046d6934a..872069403 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes
+ for drag_data_get and drag_data_received handlers
+ match the types used for gtk_singal_new; time needs
+ to be a uint, not a uint32.
+
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
* README: Changed bug reporting instructions to
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 046d6934a..872069403 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes
+ for drag_data_get and drag_data_received handlers
+ match the types used for gtk_singal_new; time needs
+ to be a uint, not a uint32.
+
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
* README: Changed bug reporting instructions to
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 046d6934a..872069403 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes
+ for drag_data_get and drag_data_received handlers
+ match the types used for gtk_singal_new; time needs
+ to be a uint, not a uint32.
+
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
* README: Changed bug reporting instructions to
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 046d6934a..872069403 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,10 @@
+Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes
+ for drag_data_get and drag_data_received handlers
+ match the types used for gtk_singal_new; time needs
+ to be a uint, not a uint32.
+
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
* README: Changed bug reporting instructions to
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c
index 02aa3c45e..7fb73b7fa 100644
--- a/gtk/gtkclist.c
+++ b/gtk/gtkclist.c
@@ -247,7 +247,7 @@ static void gtk_clist_drag_data_received (GtkWidget *widget,
gint y,
GtkSelectionData *selection_data,
guint info,
- guint32 time);
+ guint time);
/* GtkContainer Methods */
static void gtk_clist_set_focus_child (GtkContainer *container,
@@ -7647,7 +7647,7 @@ gtk_clist_drag_data_received (GtkWidget *widget,
gint y,
GtkSelectionData *selection_data,
guint info,
- guint32 time)
+ guint time)
{
GtkCList *clist;
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index ad7fdb0f2..a2cd211b3 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -359,7 +359,7 @@ struct _GtkWidgetClass
GdkDragContext *context,
GtkSelectionData *selection_data,
guint info,
- guint32 time);
+ guint time);
void (* drag_data_delete) (GtkWidget *widget,
GdkDragContext *context);
@@ -383,7 +383,7 @@ struct _GtkWidgetClass
gint y,
GtkSelectionData *selection_data,
guint info,
- guint32 time);
+ guint time);
/* action signals */
void (* debug_msg) (GtkWidget *widget,