Skip to content

connection: Small simplification to wl_connection_write()

John Lindgren requested to merge jlindgren90/wayland:simplify-write into main

wl_connection_write() contained an exact copy of the logic in wl_connection_queue(). Simplify things by just calling wl_connection_queue() from wl_connection_write().

Split off from !214 (closed) as requested by @derekf

Merge request reports