Store per window depths

This commit is contained in:
2026-02-12 02:37:12 +02:00
parent b9c69d8456
commit 6124525439
2 changed files with 5 additions and 2 deletions

View File

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