Start off with the cursor for "no drop" since if we'll get a status if we

Wed Jan 20 19:57:14 1999  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
	cursor for "no drop" since if we'll get a status
	if we are over a drag window, but none if we aren't
	over one.
This commit is contained in:
Owen Taylor 1999-01-21 01:03:27 +00:00 committed by Owen Taylor
parent 6e3e247b9a
commit 21993dcb10
8 changed files with 50 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
cursor for "no drop" since if we'll get a status
if we are over a drag window, but none if we aren't
over one.
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
* gtk/gtkcombo.c (gtk_combo_entry_key_press):

View File

@ -1,3 +1,10 @@
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
cursor for "no drop" since if we'll get a status
if we are over a drag window, but none if we aren't
over one.
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
* gtk/gtkcombo.c (gtk_combo_entry_key_press):

View File

@ -1,3 +1,10 @@
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
cursor for "no drop" since if we'll get a status
if we are over a drag window, but none if we aren't
over one.
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
* gtk/gtkcombo.c (gtk_combo_entry_key_press):

View File

@ -1,3 +1,10 @@
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
cursor for "no drop" since if we'll get a status
if we are over a drag window, but none if we aren't
over one.
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
* gtk/gtkcombo.c (gtk_combo_entry_key_press):

View File

@ -1,3 +1,10 @@
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
cursor for "no drop" since if we'll get a status
if we are over a drag window, but none if we aren't
over one.
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
* gtk/gtkcombo.c (gtk_combo_entry_key_press):

View File

@ -1,3 +1,10 @@
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
cursor for "no drop" since if we'll get a status
if we are over a drag window, but none if we aren't
over one.
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
* gtk/gtkcombo.c (gtk_combo_entry_key_press):

View File

@ -1,3 +1,10 @@
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
cursor for "no drop" since if we'll get a status
if we are over a drag window, but none if we aren't
over one.
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
* gtk/gtkcombo.c (gtk_combo_entry_key_press):

View File

@ -1516,7 +1516,7 @@ gtk_drag_begin (GtkWidget *widget,
if (event)
info->cursor = gtk_drag_get_cursor (
gtk_drag_get_event_action (event, info->button, actions));
gtk_drag_get_event_action (event, info->button, 0));
gtk_signal_emit_by_name (GTK_OBJECT (widget), "drag_begin",
info->context);