mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
f3a2bb7779
We need the old rect for two purposes: to find the x/y in a resize-only action, and to pass into the constraints code for nefarious purposes. The constraints code takes a frame rectangle, so we convert the original client rect into a frame rect, but never convert it back since it's unused for the rest of the function. Instead of playing games with the variables, just have two, separately-scoped variables. One is the client rect, the other is the frame rect. |
||
---|---|---|
data | ||
doc | ||
po | ||
src | ||
test | ||
tools | ||
.cvsignore | ||
.gitignore | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
mutter.doap | ||
NEWS |