Patch from Alex Larsson fixing problem with restacking during DND.
Mon Apr 21 18:13:46 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch from Alex Larsson fixing problem with restacking during DND. (#108671)
This commit is contained in:
@ -356,7 +356,7 @@ gdk_window_cache_filter (GdkXEvent *xev,
|
||||
{
|
||||
GList *above_node = g_hash_table_lookup (cache->child_hash,
|
||||
GUINT_TO_POINTER (xce->above));
|
||||
if (above_node && node->prev != above_node)
|
||||
if (above_node && node->next != above_node)
|
||||
{
|
||||
/* Put the window above (before in the list) above_node
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user