mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
Start working on a graphical Terminal program.
This commit is contained in:
parent
b673c1a77d
commit
6d8043767e
8 changed files with 601 additions and 4 deletions
|
@ -27,9 +27,6 @@ GraphicsBitmap::GraphicsBitmap(Process& process, const Size& size)
|
|||
auto& server = EventLoop::main().server_process();
|
||||
ProcessInspectionHandle composer_handle(server);
|
||||
m_server_region = server.allocate_region_with_vmo(LinearAddress(), size_in_bytes, move(vmo), 0, "GraphicsBitmap (shared)", true, true);
|
||||
|
||||
process.dumpRegions();
|
||||
server.dumpRegions();
|
||||
}
|
||||
m_data = (RGBA32*)m_server_region->linearAddress.asPtr();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue