Support window props

This commit is contained in:
momo5502
2025-05-18 09:51:46 +02:00
parent 0fbd563e8c
commit 6241c10f02
3 changed files with 36 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ struct process_context
std::u16string name;
uint32_t ref_count = 0;
atom_entry(std::u16string n, uint32_t count)
atom_entry(std::u16string n, const uint32_t count)
: name(std::move(n)),
ref_count(count)
{