summaryrefslogtreecommitdiff
path: root/Services/WindowServer/ClientConnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Services/WindowServer/ClientConnection.cpp')
-rw-r--r--Services/WindowServer/ClientConnection.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Services/WindowServer/ClientConnection.cpp b/Services/WindowServer/ClientConnection.cpp
index dff7ae8d51..56353cda36 100644
--- a/Services/WindowServer/ClientConnection.cpp
+++ b/Services/WindowServer/ClientConnection.cpp
@@ -844,4 +844,9 @@ void ClientConnection::may_have_become_unresponsive()
});
}
+void ClientConnection::did_become_responsive()
+{
+ set_unresponsive(false);
+}
+
}