actually add the keepabove patch

This commit is contained in:
Marco Pesenti Gritti 2008-03-12 18:27:53 +00:00
parent ab5f0a00b3
commit 60bcedf811

View File

@ -0,0 +1,13 @@
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))