Store per window depths
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user