Rename new IPC headers & classes

Sticking these in a namespace allows us to use a more generic
("Connection") term without clashing, which is way easier to understand
than to try to come up with unique names for both.
This commit is contained in:
Robin Burchell 2019-07-17 19:46:06 +02:00 committed by Andreas Kling
commit 9c8dd836fc
Notes: sideshowbarker 2024-07-19 13:12:17 +09:00
12 changed files with 71 additions and 59 deletions

View file

@ -188,7 +188,7 @@ void GWindowServerConnection::handle_wm_event(const WSAPI_ServerMessage& event,
ASSERT_NOT_REACHED();
}
void GWindowServerConnection::postprocess_bundles(Vector<CIPCClientSideConnection::IncomingASMessageBundle>& bundles)
void GWindowServerConnection::postprocess_bundles(Vector<IncomingMessageBundle>& bundles)
{
int coalesced_paints = 0;
int coalesced_resizes = 0;