Skip to content

Commit c21fe8c

Browse files
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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ debian/muffin-common/
1010
debian/muffin-dbg/
1111
debian/muffin/
1212
debian/tmp/
13+
14+
.cache

0 commit comments

Comments
 (0)