mirror of
https://github.com/brl/mutter.git
synced 2025-03-23 19:53:52 +00:00

The requested_rect is a strange name for it, because it's not actually the rect that the user or client requested all the time: in the case of a simple move or a simple resize, we calculate some of the fields ourselves. To the MetaWindow subclass implementations, it just means "the rect before we constrained it", so just use the name unconstrained_rect. This also makes it match the name of the MetaWindow field.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%