mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
Throw up some widgets on screen so we can see what they look like.
This commit is contained in:
parent
e5e295052f
commit
a3c39ea9d6
7 changed files with 62 additions and 8 deletions
|
@ -156,6 +156,7 @@ void WindowManager::did_paint(Window& window)
|
|||
if (m_windows_in_order.tail() == &window) {
|
||||
ASSERT(window.backing());
|
||||
framebuffer.blit(window.position(), *window.backing());
|
||||
redraw_cursor();
|
||||
framebuffer.flush();
|
||||
printf("[WM] frontmost_only_compose_count: %u\n", ++m_frontmost_only_compose_count);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue