mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-29 03:46:50 +00:00
More window manager hacking. Get rid of TerminalWidget for now.
This commit is contained in:
@@ -15,6 +15,7 @@ GraphicsBitmap::GraphicsBitmap(const Size& size)
|
||||
: m_size(size)
|
||||
{
|
||||
m_data = (byte*)kmalloc(size.width() * size.height() * 4);
|
||||
memset(m_data, 0, size.width() * size.height() * 4);
|
||||
m_owned = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user