Skip to content
Commit 689fff36 authored by Jonas Ådahl's avatar Jonas Ådahl
Browse files

client: Use read preparation API in wl_display_dispatch_queue()



Instead of doing things that do the equivalent of using
wl_display_prepare_read() and friends, just use the public API. The
only semantical difference is that we will now unlock and lock the mutex
more times compared to before.

Signed-off-by: default avatarJonas Ådahl <jadahl@gmail.com>
Reviewed-by: default avatarDaniel Stone <daniels@collabora.com>
parent c767f35b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment