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.
This commit is contained in:
Owen Taylor
1999-02-25 04:06:15 +00:00
committed by Owen Taylor
parent f9a27ad6fd
commit b1135416f2
9 changed files with 53 additions and 4 deletions

View File

@ -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;