rpms/metacity/devel metacity-2.22.0-keepabove.patch,NONE,1.1

Marco Pesenti Gritti (mpg) fedora-extras-commits at redhat.com
Wed Mar 12 18:27:58 UTC 2008


Author: mpg

Update of /cvs/pkgs/rpms/metacity/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10343

Added Files:
	metacity-2.22.0-keepabove.patch 
Log Message:
actually add the keepabove patch

metacity-2.22.0-keepabove.patch:

--- NEW FILE metacity-2.22.0-keepabove.patch ---
Index: src/core/window.c
===================================================================
--- src/core/window.c	(revision 3649)
+++ src/core/window.c	(working copy)
@@ -2009,7 +2009,7 @@
     { 
       MetaWindow *w = tmp->data;
 
-      if (w->wm_state_above)
+      if (w->wm_state_above && w != newbie)
         {
           /* We have found a window that is "above". Perhaps it overlaps. */
           if (windows_overlap (w, newbie))




More information about the fedora-extras-commits mailing list