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:
		@ -1,3 +1,9 @@
 | 
			
		||||
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)
 | 
			
		||||
 | 
			
		||||
Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,9 @@
 | 
			
		||||
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)
 | 
			
		||||
 | 
			
		||||
Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,9 @@
 | 
			
		||||
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)
 | 
			
		||||
 | 
			
		||||
Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,9 @@
 | 
			
		||||
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)
 | 
			
		||||
 | 
			
		||||
Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,9 @@
 | 
			
		||||
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)
 | 
			
		||||
 | 
			
		||||
Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
 | 
			
		||||
 | 
			
		||||
@ -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