commit | bff18369224193bb33402f6a6f757d926afb37ff | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Fri Dec 11 14:29:42 2020 +0100 |
committer | ocornut <omarcornut@gmail.com> | Fri Dec 11 14:37:58 2020 +0100 |
tree | c74ec113ad116564e4b4798f773715661cc3e58d | |
parent | 1ad5502f18fb1ad6159f461528b9e01567453b70 [diff] |
Internals: added facility to hide windows from render without interfering with the HiddenFramesCanSkipItems/HiddenFramesCannotSkipItems fields which have effects on layout. Compact some fields. Ideally we'd have a simpler system but it's not easy to make the capture system change to hook at the right spot. Will rework.