Add support for changing window's fullscreen state

This commit is contained in:
2026-02-22 22:07:48 +02:00
parent 4886e71452
commit 561aaecc3f
3 changed files with 135 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ struct Object
{
bool mapped { false };
bool focused { false };
bool fullscreen { false };
uint8_t depth { 0 };
int32_t x { 0 };
int32_t y { 0 };