mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:17:35 +00:00
More window manager hacking. Get rid of TerminalWidget for now.
This commit is contained in:
parent
ceb373cf71
commit
077f1007eb
7 changed files with 18 additions and 34 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue