efl/legacy/ecore/src/lib/ecore_x
Michal Pakula vel Rutka 0a8bed1b66 From: Michal Pakula vel Rutka <m.pakula@samsung.com>
Subject: [E-devel] [Patch] [Ecore] Allow to send SelectionNotify event
if there is no data from XGetWindowProperty.

The issue I want to fix is that elementary clipboard does not return 
paste callback if selection does not contain any data.
Currently when ecore_x_window_prop_property_get function is called
asking for AnyProperty it returns 0 if there is no data (number of
items stored equals 0). This causes ecore_x_event_handle_selection
_notify to exit before SelectionNotify event is added and eventually
elementary paste callback is not fired.
My patch removes this condition and changes behaviour of this function
by allowing to add SelectionNotify event even if data returned is empty.



SVN revision: 77732
2012-10-10 09:17:21 +00:00
..
xcb From: Michal Pakula vel Rutka <m.pakula@samsung.com> 2012-10-10 09:17:21 +00:00
xlib From: Michal Pakula vel Rutka <m.pakula@samsung.com> 2012-10-10 09:17:21 +00:00
Ecore_X.h ecore-x: expose ecore_x_selection_converter_text 2012-10-04 23:18:18 +00:00
Ecore_X_Atoms.h add 2 new illume sgs's and bump ecore version to 1.8 in svn as thats 2012-09-03 09:42:18 +00:00
Ecore_X_Cursor.h Add missing bogosity X cursor 2010-09-14 21:43:44 +00:00
Makefile.am Ecore: Decide whether library will be built or not in upper level 2010-10-28 16:37:41 +00:00
ecore_x_atoms_decl.h Ecore_X: Patch from Doyoun Kang to add missing strings for some 2012-09-14 06:00:56 +00:00