screen: Remove a bunch of screen checks

Now that we only manage one screen, this isn't necessary anymore.
This commit is contained in:
Jasper St. Pierre
2014-08-15 19:43:08 -04:00
parent 320f38de47
commit 06d55bf019
3 changed files with 13 additions and 25 deletions

View File

@ -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);