···375375ipc_server_client_thread(void *_cs);
376376377377/*!
378378+ * This destroyes the native compositor for this client and any extra objects
379379+ * created from it, like all of the swapchains.
380380+ */
381381+void
382382+ipc_server_client_destroy_compositor(volatile struct ipc_client_state *ics);
383383+384384+/*!
378385 * @defgroup ipc_server_internals Server Internals
379386 * @brief These are only called by the platform-specific mainloop polling code.
380387 * @ingroup ipc_server