Implement ShmCreatePixmap

This commit is contained in:
2026-02-21 03:43:06 +02:00
parent 572a0b6bd5
commit 406ea61be0
3 changed files with 40 additions and 4 deletions

View File

@@ -99,7 +99,8 @@ struct Object
CARD8 depth;
CARD32 width;
CARD32 height;
BAN::Vector<uint8_t> data;
BAN::ByteSpan data;
BAN::Vector<uint8_t> owned_data;
};
struct GraphicsContext