efl/legacy/ecore/src/lib/ecore_evas
codewarrior e1723fa800 - if something other than ecore_evas changes some of the states of the x_window, we need to listen to the changes and update our local flags (like sticky for example). If we dont, things like ecore_evas_sticky_get will always return an outdated sticky property. I have implemented it for the sticky bit for now, but this needs to be done for all the others as well.
- question: do we want to implement ecore_evas_callback_sticky_set or something similar that will tell the programmer when the sticky bit has changed? I think it would be a good idea to do it here as opposed to doing it inside Etk for example.


SVN revision: 24223
2006-07-27 02:42:41 +00:00
..
.cvsignore Silence. 2005-10-23 08:35:24 +00:00
Ecore_Evas.h evilness... but it works. 2006-03-08 08:02:55 +00:00
Makefile.am turran's dfb stuff! whee! :) 2005-10-15 10:37:37 +00:00
ecore_evas.c evilness... but it works. 2006-03-08 08:02:55 +00:00
ecore_evas_buffer.c fix leak - that string is a const now. 2006-07-02 13:14:23 +00:00
ecore_evas_directfb.c evilness... but it works. 2006-03-08 08:02:55 +00:00
ecore_evas_fb.c and less warnings! 2006-01-06 18:47:56 +00:00
ecore_evas_private.h evilness... but it works. 2006-03-08 08:02:55 +00:00
ecore_evas_x.c - if something other than ecore_evas changes some of the states of the x_window, we need to listen to the changes and update our local flags (like sticky for example). If we dont, things like ecore_evas_sticky_get will always return an outdated sticky property. I have implemented it for the sticky bit for now, but this needs to be done for all the others as well. 2006-07-27 02:42:41 +00:00