actually add the keepabove patch
This commit is contained in:
parent
ab5f0a00b3
commit
60bcedf811
13
metacity-2.22.0-keepabove.patch
Normal file
13
metacity-2.22.0-keepabove.patch
Normal 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))
|
||||
Loading…
Reference in New Issue
Block a user