backend/wayland: Remove writable flag from event source 79/278179/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 21 Apr 2022 07:56:48 +0000 (16:56 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:58:33 +0000 (14:58 +0900)
commitad0d17962c56e51ed7b3e37a4be75d8e08dfc81f
tree679c9a4481153b8c7794082ec120f444ac66ea67
parent19fc9e8bfa4b7a7dc2f7a5f5eccd8fb4e7e58221
backend/wayland: Remove writable flag from event source

Instead of having a writable flag on event source, it just marks
wayland event source as needing a post-dispatch check. The event loop
will call dispatch function again after all dispatching is done, with
mask = 0.

Change-Id: Iefdff50e2fa06d244f1ca3bffd0faa70da6ef364
src/libds/backend/wayland/backend.c