efl/src/modules
Rafael Antognolli 5966a730cd evas/wayland_shm: Don't use a global var to store the sent buffer.
When an Ecore_Evas is hidden, it will destroy the buffer swapper. When
it's shown again, it will try to attach a new buffer, that can be same
buffer. If that global var is still pointing to the old buffer, it can
match to it again and avoid sending a new buffer. So, just put this sent
buffer var in the buffer swapper, and it will get set to NULL when the
swapper is destroyed and created again.

This should fix an intermitent problem of ecore_evas_show() not always
working after an ecore_evas_hide() on the wayland_shm engine.
2013-12-02 13:24:56 -02:00
..
ecore/system ecore system: If by some reason name of locale changed dont have a '=' skip it 2013-08-23 16:05:12 -03:00
ecore_evas/engines ecore_evas/wayland: Update comments inside rotation code. 2013-11-26 14:10:15 -02:00
ecore_imf xim immodule: fix dereference before NULL check issue in client_window_set 2013-11-29 11:35:44 +09:00
eeze/sensor eeze/sensor/tizen: Fix typos to let it build for tizen 2013-04-24 16:01:42 +01:00
eina/mp eina: avoid warning. 2013-11-10 12:07:59 +01:00
emotion eina - and e3fl in general - stop using eina_error_get/set - useless really 2013-10-11 16:50:40 +09:00
ethumb/emotion efl: fix headers order. 2013-07-23 11:27:29 +09:00
evas evas/wayland_shm: Don't use a global var to store the sent buffer. 2013-12-02 13:24:56 -02:00