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:
@ -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>
|
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* README: Changed bug reporting instructions to
|
* README: Changed bug reporting instructions to
|
||||||
|
@ -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>
|
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* README: Changed bug reporting instructions to
|
* README: Changed bug reporting instructions to
|
||||||
|
@ -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>
|
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* README: Changed bug reporting instructions to
|
* README: Changed bug reporting instructions to
|
||||||
|
@ -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>
|
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* README: Changed bug reporting instructions to
|
* README: Changed bug reporting instructions to
|
||||||
|
@ -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>
|
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* README: Changed bug reporting instructions to
|
* README: Changed bug reporting instructions to
|
||||||
|
@ -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>
|
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* README: Changed bug reporting instructions to
|
* README: Changed bug reporting instructions to
|
||||||
|
@ -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>
|
Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* README: Changed bug reporting instructions to
|
* README: Changed bug reporting instructions to
|
||||||
|
@ -247,7 +247,7 @@ static void gtk_clist_drag_data_received (GtkWidget *widget,
|
|||||||
gint y,
|
gint y,
|
||||||
GtkSelectionData *selection_data,
|
GtkSelectionData *selection_data,
|
||||||
guint info,
|
guint info,
|
||||||
guint32 time);
|
guint time);
|
||||||
|
|
||||||
/* GtkContainer Methods */
|
/* GtkContainer Methods */
|
||||||
static void gtk_clist_set_focus_child (GtkContainer *container,
|
static void gtk_clist_set_focus_child (GtkContainer *container,
|
||||||
@ -7647,7 +7647,7 @@ gtk_clist_drag_data_received (GtkWidget *widget,
|
|||||||
gint y,
|
gint y,
|
||||||
GtkSelectionData *selection_data,
|
GtkSelectionData *selection_data,
|
||||||
guint info,
|
guint info,
|
||||||
guint32 time)
|
guint time)
|
||||||
{
|
{
|
||||||
GtkCList *clist;
|
GtkCList *clist;
|
||||||
|
|
||||||
|
@ -359,7 +359,7 @@ struct _GtkWidgetClass
|
|||||||
GdkDragContext *context,
|
GdkDragContext *context,
|
||||||
GtkSelectionData *selection_data,
|
GtkSelectionData *selection_data,
|
||||||
guint info,
|
guint info,
|
||||||
guint32 time);
|
guint time);
|
||||||
void (* drag_data_delete) (GtkWidget *widget,
|
void (* drag_data_delete) (GtkWidget *widget,
|
||||||
GdkDragContext *context);
|
GdkDragContext *context);
|
||||||
|
|
||||||
@ -383,7 +383,7 @@ struct _GtkWidgetClass
|
|||||||
gint y,
|
gint y,
|
||||||
GtkSelectionData *selection_data,
|
GtkSelectionData *selection_data,
|
||||||
guint info,
|
guint info,
|
||||||
guint32 time);
|
guint time);
|
||||||
|
|
||||||
/* action signals */
|
/* action signals */
|
||||||
void (* debug_msg) (GtkWidget *widget,
|
void (* debug_msg) (GtkWidget *widget,
|
||||||
|
Reference in New Issue
Block a user