efl/legacy/ecore/src
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
..
bin ecore: don't build binary if not requested. 2011-11-20 14:37:14 +00:00
examples Porting to Eo: Job, Animator, Idler, Idle_Enterer, Idle_Exiter, Timer, Ecore_Poll 2012-10-10 08:19:58 +00:00
lib From: Michal Pakula vel Rutka <m.pakula@samsung.com> 2012-10-10 09:17:21 +00:00
modules maybe patch over imf ibus module oopsie? 2012-09-27 09:44:00 +00:00
tests rever part of stefan's coverage patch - not related to the other bits 2012-08-12 02:40:49 +00:00
util Ecore: Add 'makekeys' utility (used for compiling new xcb stuff) 2011-07-14 15:43:49 +00:00
Makefile.am Ecore: Add 'makekeys' utility (used for compiling new xcb stuff) 2011-07-14 15:43:49 +00:00