1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +00:00

So long SDL stuff. You were a nice bootstrapping environment.

This commit is contained in:
Andreas Kling 2019-01-14 15:30:37 +01:00
parent 0c5ecd303c
commit bfef4afa6a
7 changed files with 0 additions and 264 deletions

View file

@ -405,6 +405,4 @@ void WindowManager::flush(const Rect& a_rect)
front_ptr = (RGBA32*)((byte*)front_ptr + pitch);
back_ptr = (const RGBA32*)((const byte*)back_ptr + pitch);
}
m_framebuffer.flush();
}