constraints: Remove a lie

The orig / new now are about the frame rect, not the inner window
rect.
This commit is contained in:
Jasper St. Pierre 2014-05-01 19:15:55 -04:00
parent 43d6088ebb
commit a6353944f6

View File

@ -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,