Support window creation

This commit is contained in:
momo5502
2025-05-18 09:51:28 +02:00
parent d08bcbae9c
commit 0fbd563e8c
4 changed files with 52 additions and 30 deletions

View File

@@ -44,10 +44,10 @@ struct window : ref_counted_object
uint32_t thread_id{};
std::u16string name{};
std::u16string class_name{};
uint32_t width;
uint32_t height;
uint32_t x;
uint32_t y;
int32_t width;
int32_t height;
int32_t x;
int32_t y;
void serialize_object(utils::buffer_serializer& buffer) const override
{