Commit c21fe8c
committed
Remove allocation flags and the "allocation-changed" signal from Clutter
This commit removes the DELEGATE_LAYOUT and the ABSOLUTE_ORIGIN_CHANGED allocation flags from Clutter,
replacing the latter one with an internal boolean that's more
useful and won't get in the way of optimizations and bugfixes.
Since that leaves no more allocation flags, those are removed entirely,
which also leaves no reason to keep the "allocation-changed" signal, so remove that, too.1 parent 5a4956e commit c21fe8c
20 files changed
Lines changed: 126 additions & 401 deletions
File tree
- clutter/clutter
- deprecated
- src/tests/clutter
- conform
- interactive
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
0 commit comments