From a6353944f6515ca0b4caeb54b871b9a7511ce5f9 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 1 May 2014 19:15:55 -0400 Subject: [PATCH] constraints: Remove a lie The orig / new now are about the frame rect, not the inner window rect. --- src/core/constraints.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/constraints.c b/src/core/constraints.c index 78f4dcc95..177a7d99f 100644 --- a/src/core/constraints.c +++ b/src/core/constraints.c @@ -275,11 +275,6 @@ meta_window_constrain (MetaWindow *window, ConstraintPriority priority = PRIORITY_MINIMUM; gboolean satisfied = FALSE; - /* WARNING: orig and new specify positions and sizes of the inner window, - * not the outer. This is a common gotcha since half the constraints - * deal with inner window position/size and half deal with outer. See - * doc/how-constraints-works.txt for more information. - */ meta_topic (META_DEBUG_GEOMETRY, "Constraining %s in move from %d,%d %dx%d to %d,%d %dx%d\n", window->desc,