internal cleanup: Rename ComponentWindow to WindowRc

That's all it is nowadays, it's a wrapper around Rc<Window>. It's not an
alias because we need to also "wrap" it to C++ via cbindgen, but that's
about it.
This commit is contained in:
Simon Hausmann 2021-07-21 17:53:24 +02:00 committed by Simon Hausmann
parent 57389c1731
commit eaddbe664e
22 changed files with 274 additions and 300 deletions

View file

@ -78,7 +78,7 @@ TEST_CASE("Image")
using namespace sixtyfps;
// ensure a backend exists, using private api
private_api::ComponentWindow wnd;
private_api::WindowRc wnd;
Image img;
{