- Fix inverted mouse event hit test z-ordering. - Let the RootWidget backing store simply be the display framebuffer.
It was fun for everyone to share a single framebuffer but it was also kinda really awful. Let's move towards having a "GraphicsBitmap" as the backing store for each Window. This is going to need a lot of refactoring so let's get started.