efl/src/lib/ecore_wayland
Taehyub Kim 3a98ee3796 ecore_wayland: fix over writing file descriptor bug for reading
Summary:
fix over writing file descriptor bug for reading.
when we paste data to entry very fast, source->fd is over wrote by latest fd.
It cause blocking of read function since the read function use invalid fd.
so I make memorizing valid fd and using it in read function.

@fix

Reviewers: Hermet, jpeg, cedric, devilhorns, ManMower, raster

Differential Revision: https://phab.enlightenment.org/D4410
2016-11-18 19:53:15 +09:00
..
Ecore_Wayland.h ecore-wayland: Deprecate Ecore_Wayland library 2016-05-03 08:35:48 -04:00
ecore_wl.c ecore_wayland: rename session recovery to align namespace 2015-12-18 14:51:04 +01:00
ecore_wl_dnd.c ecore_wayland: fix over writing file descriptor bug for reading 2016-11-18 19:53:15 +09:00
ecore_wl_input.c ecore-wayland: Prevent duplicated mouse up events. 2016-06-28 09:01:09 -04:00
ecore_wl_output.c Wayland: Fix compilation 2015-03-21 12:13:28 +09:00
ecore_wl_private.h ecore_wayland: rename session recovery to align namespace 2015-12-18 14:51:04 +01:00
ecore_wl_subsurf.c ecore_wayland: Check for nulls before wayland calls 2015-03-20 22:07:27 -04:00
ecore_wl_window.c ecore_wayland: rename session recovery to align namespace 2015-12-18 14:51:04 +01:00
ivi-application-client-protocol.h ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
ivi-application-protocol.c ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
session-recovery-client-protocol.h ecore_wayland: rename session recovery to align namespace 2015-12-18 14:51:04 +01:00
session-recovery-protocol.c ecore_wayland: rename session recovery to align namespace 2015-12-18 14:51:04 +01:00
session-recovery.xml ecore_wayland: rename session recovery to align namespace 2015-12-18 14:51:04 +01:00
subsurface-client-protocol.h ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
subsurface-protocol.c ecore-wayland: Whitespace cleanup 2015-03-13 21:43:08 -04:00
xdg-shell-client-protocol.h ecore-wayland: Fix T2466: Update xdg shell protocol code 2015-06-08 10:58:51 -04:00
xdg-shell-protocol.c Revert "ecore-wayland: Update xdg shell protocol file" 2015-06-25 15:14:56 -04:00