Instead of having a special mode that we only use in QEMU, let's bring ourselves closer to real hardware by not relying on the QEMU VGA card.
@@ -35,7 +35,7 @@ public:
void invalidate_cursor();
Rect current_cursor_rect() const;
- bool can_flip_buffers() const { return true; }
+ bool can_flip_buffers() const { return false; }
private:
WSCompositor();