8bc8dc66f2
The clamped rectangle currently could not fully contain the original fractional rectangle because it doesn't take care of the fact that the new width should consider the fact that flooring we'd translate the rectangle, and thus to cover the same area we need to take care of it. So, to properly compute the width and height, calculate x2 and y2 first and then use this ceiled value to compute the actual width using the floored x1 and y1. https://gitlab.gnome.org/GNOME/mutter/merge_requests/3 |
||
---|---|---|
.. | ||
clutter | ||
tests | ||
.gitignore | ||
meson.build |