backend/wayland: Remove writable flag from event source 65/278065/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:08:22 +0000 (14:08 +0900)
commit9d2bfe8b43d1f7130a5e503f2956ffee3bcfd18d
tree9a485626ad874d961204b2d272c48fc0f89d78f9
parent346f9e405874123151e86e7959f62e5800dbe999
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: I183122d602626079137fbd34870dca1844f8ecd5
src/libds/backend/wayland/backend.c