client: Remove superfluous display lock 00/288700/9 accepted/tizen/unified/20230309.035148
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 14 Feb 2023 00:23:16 +0000 (09:23 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 22 Feb 2023 05:27:13 +0000 (14:27 +0900)
commit88504b083ba1dded054a0670889c73ef8a4243f9
tree63e89ee8d38643eada3e63018a4fa042e190e3a8
parent6e303ecd5c604b4dc1d09c5123adc3465e581079
client: Remove superfluous display lock

The wl_display_{connect_to_fd/disconnect}() cannot be raced.

Even if a race condition happened, it'd have to be handled as an
application's fault. There is no way to completely prevent such race
condition in wayland-client.

Change-Id: Ia8c767f56081e27cee7d6694f46bccdd89ffdb5e
src/wayland-client.c