This commit is contained in:
Jorijn van der Graaf 2025-05-03 06:51:33 +02:00
commit 98b775e33e
21 changed files with 361 additions and 5541 deletions

View file

@ -19,7 +19,7 @@ export namespace Crafter {
WindowWayland(std::string name, std::uint32_t width, std::uint32_t height);
~WindowWayland();
protected:
Pixel* shm_data = NULL;
Pixel_RU8_GU8_BU8_AU8* shm_data = NULL;
bool configured = false;
wl_shm* shm = NULL;
wl_seat* seat = NULL;