Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228355
Collapse All | Expand All

(-)a/src/core/window.c (-1 / +1 lines)
Lines 2006-2012 window_would_be_covered (const MetaWindow *newbie) Link Here
2006
    { 
2006
    { 
2007
      MetaWindow *w = tmp->data;
2007
      MetaWindow *w = tmp->data;
2008
2008
2009
      if (w->wm_state_above)
2009
      if (w->wm_state_above && w != newbie)
2010
        {
2010
        {
2011
          /* We have found a window that is "above". Perhaps it overlaps. */
2011
          /* We have found a window that is "above". Perhaps it overlaps. */
2012
          if (windows_overlap (w, newbie))
2012
          if (windows_overlap (w, newbie))

Return to bug 228355