efl/legacy/ecore/src/lib/ecore_x
Kim Woelders 1db0b28f52 The functions ecore_x_window_prop_card32_list_get, ecore_x_window_prop_xid_get, and ecore_x_window_prop_xid_list_get were buggy.
The original intention was that if the property is absent or not of extected type (or invalid window) they should return -1, otherwise they should return the number of elements in the property, 0 if none.

Unfortunately they all returned 0 if the property does not exist. Also, ecore_x_window_prop_xid_list_get retuned 0 if the property exists, has no elements, but has wrong type (should be -1).

These issues should be fixed now but this may cause problems in any code that relied on the incorrect behavior.



SVN revision: 41418
2009-07-18 10:27:51 +00:00
..
xcb * add ecore_x_atom_name_get() API (will be used by ewl) 2009-07-09 04:55:11 +00:00
xlib The functions ecore_x_window_prop_card32_list_get, ecore_x_window_prop_xid_get, and ecore_x_window_prop_xid_list_get were buggy. 2009-07-18 10:27:51 +00:00
.cvsignore Some client message and ICCCM related functions. 2004-09-21 19:18:45 +00:00
Ecore_X.h * add ecore_x_atom_name_get() API (will be used by ewl) 2009-07-09 04:55:11 +00:00
Ecore_X_Atoms.h Add _NET_WM_ACTION_ABOVE/BELOW. 2009-02-07 12:16:13 +00:00
Ecore_X_Cursor.h hey guys! can u rememebr to add yourselves to AUTHORS? 2004-04-30 03:10:17 +00:00
Makefile.am lutin... release soname patch. verbose svn soname used right now 2009-04-17 10:01:45 +00:00
ecore_x_atoms_decl.h Add _NET_WM_ACTION_ABOVE/BELOW. 2009-02-07 12:16:13 +00:00