Kernel/Userspace: Replace my custom SHM system with SysV shm

This allows xbanan to use shm!
This commit is contained in:
2026-08-08 01:52:12 +03:00
parent 2c4fee4a82
commit fc40820150
23 changed files with 327 additions and 225 deletions
@@ -333,7 +333,7 @@ namespace LibGUI
ResizeWindowEvent,
uint32_t, width,
uint32_t, height,
long, smo_key
long, shmid
);
DEFINE_PACKET_EXTRA(
@@ -115,7 +115,7 @@ namespace LibGUI
Attributes m_attributes;
uint32_t* m_framebuffer_smo { nullptr };
uint32_t* m_framebuffer_shm { nullptr };
uint32_t m_width { 0 };
uint32_t m_height { 0 };