ecore-wl2: Also listen for write events when creating a compositor

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-22 13:11:32 -04:00
parent 59d1491929
commit be32567dfb
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ ecore_wl2_display_create(const char *name)
ewd->fd_hdl =
ecore_main_fd_handler_add(wl_event_loop_get_fd(loop),
ECORE_FD_READ | ECORE_FD_ERROR,
ECORE_FD_READ | ECORE_FD_WRITE | ECORE_FD_ERROR,
_cb_create_data, ewd, NULL, NULL);
ecore_main_fd_handler_prepare_callback_set(ewd->fd_hdl,