mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 09:29:25 +00:00
Jasper St. Pierre
cbffbb0be0
window: Rename the requested_rect to the unconstrained_rect
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%