Add window object

This commit is contained in:
momo5502
2025-05-18 09:13:26 +02:00
parent c2fe56e60b
commit d08bcbae9c
4 changed files with 54 additions and 6 deletions

View File

@@ -109,6 +109,7 @@ struct process_context
handle_store<handle_types::semaphore, semaphore> semaphores{};
handle_store<handle_types::port, port> ports{};
handle_store<handle_types::mutant, mutant> mutants{};
handle_store<handle_types::window, window> windows{};
handle_store<handle_types::registry, registry_key, 2> registry_keys{};
std::map<uint16_t, atom_entry> atoms{};