Add basic MIT-SHM support

Supports only Attach, Detach and PutImage but those seem to be enough
for firefox and chromium
This commit is contained in:
2026-02-12 02:39:24 +02:00
parent 545ddefcce
commit abaa239505
6 changed files with 423 additions and 61 deletions

View File

@@ -4,6 +4,8 @@ set(SOURCES
Extensions.cpp
ExtBigReg.cpp
ExtRANDR.cpp
ExtSHM.cpp
Image.cpp
Keymap.cpp
)