mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 03:25:09 +00:00
More window manager hacking. FocusIn/FocusOut events.
This commit is contained in:
parent
7577ee0c67
commit
ceb373cf71
8 changed files with 20 additions and 22 deletions
|
@ -139,6 +139,7 @@ void WindowManager::did_paint(Window& window)
|
|||
if (m_windows_in_order.tail() == &window) {
|
||||
ASSERT(window.backing());
|
||||
framebuffer.blit(window.position(), *window.backing());
|
||||
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