WindowServer: Block without timeout when there is no damaged regions

This commit is contained in:
2026-04-11 08:36:57 +03:00
parent 2e654b53fa
commit 2984927be5
2 changed files with 17 additions and 9 deletions

View File

@@ -60,6 +60,7 @@ public:
void remove_client_fd(int fd);
ClientData& get_client_data(int fd);
bool is_damaged() const { return m_damaged_area_count > 0 || m_is_bouncing_window; }
bool is_stopped() const { return m_is_stopped; }
private: