Kernel/Userspace: Replace my custom SHM system with SysV shm
This allows xbanan to use shm!
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user