Don't pass on GDK_ACTION_DEFAULT. The Xdnd code passes zero instead, so do
2001-06-13 Alexander Larsson <alla@lysator.liu.se> * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status): Don't pass on GDK_ACTION_DEFAULT. The Xdnd code passes zero instead, so do we.
This commit is contained in:
committed by
Alexander Larsson
parent
099da4d222
commit
b2ff45ef83
@@ -1,3 +1,9 @@
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
|
||||
Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
|
||||
passes zero instead, so do we.
|
||||
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
|
||||
Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
|
||||
passes zero instead, so do we.
|
||||
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
|
||||
Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
|
||||
passes zero instead, so do we.
|
||||
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
|
||||
Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
|
||||
passes zero instead, so do we.
|
||||
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
|
||||
Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
|
||||
passes zero instead, so do we.
|
||||
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
|
||||
Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
|
||||
passes zero instead, so do we.
|
||||
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
|
||||
Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
|
||||
passes zero instead, so do we.
|
||||
|
||||
2001-06-13 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
|
||||
|
||||
@@ -646,8 +646,11 @@ gdk_drag_status (GdkDragContext *context,
|
||||
|
||||
tmp_event.dnd.time = GDK_CURRENT_TIME; /* FIXME? */
|
||||
|
||||
if (action == GDK_ACTION_DEFAULT)
|
||||
action = 0;
|
||||
|
||||
src_context->action = action;
|
||||
|
||||
|
||||
gdk_event_put (&tmp_event);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user