Make it build

This commit is contained in:
Matthias Clasen
2006-01-04 12:44:56 +00:00
parent 5acd528ee6
commit aa79f10539
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-01-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_begin_internal): Make it compile.
2006-01-04 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Include also the gtk20-properties message catalogs.

View File

@@ -1,3 +1,7 @@
2006-01-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_begin_internal): Make it compile.
2006-01-04 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Include also the gtk20-properties message catalogs.

View File

@@ -2221,7 +2221,7 @@ gtk_drag_begin_internal (GtkWidget *widget,
if (event && event->type == GDK_MOTION_NOTIFY)
gtk_drag_motion_cb (info->ipc_widget, (GdkEventMotion *)event, info);
else
gtk_drag_update (info, info->screen, info->cur_x, info->cur_y, event);
gtk_drag_update (info, info->cur_screen, info->cur_x, info->cur_y, event);
info->start_x = info->cur_x;