screen: Remove a bunch of screen checks
Now that we only manage one screen, this isn't necessary anymore.
This commit is contained in:
@ -639,8 +639,7 @@ create_constraints (Constraint **constraints,
|
||||
|
||||
parent = w->transient_for;
|
||||
|
||||
if (parent && WINDOW_IN_STACK (parent) &&
|
||||
parent->screen == w->screen)
|
||||
if (parent && WINDOW_IN_STACK (parent))
|
||||
{
|
||||
meta_topic (META_DEBUG_STACK, "Constraining %s above %s due to transiency\n",
|
||||
w->desc, parent->desc);
|
||||
|
Reference in New Issue
Block a user