mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:38:11 +00:00
Taskbar: More bringup work. We now see a basic window list.
This commit is contained in:
parent
ea801a99dc
commit
96104b5524
20 changed files with 339 additions and 12 deletions
|
@ -51,6 +51,6 @@ void SharedBuffer::seal()
|
|||
int rc = seal_shared_buffer(m_shared_buffer_id);
|
||||
if (rc < 0) {
|
||||
perror("seal_shared_buffer");
|
||||
exit(1);
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue