LibGUI: Cleanup window initialization

This commit is contained in:
2026-07-04 08:41:58 +03:00
parent b2169cbce6
commit a2691bd70d
2 changed files with 68 additions and 23 deletions

View File

@@ -105,6 +105,10 @@ namespace LibGUI
const int m_server_fd;
const int m_epoll_fd;
bool m_initializing { false };
bool m_init_failed { false };
BAN::Vector<uint8_t> m_temp_buffer;
bool m_handling_socket_error { false };
Attributes m_attributes;