Re: [E-devel] Ecore_X API break

2009-05-31 Thread nomaafa
Vincent, I have latest ecore and esmart and whene I run esmart_test, this gives Esmart_Trans Error: Could not read root window pixmap property! Esmart_Trans Error: Cannot create transparency pixmap: no valid wallpaper and no background color set. can you help. thanks - Mail Original

Re: [E-devel] Ecore_X API break

2009-05-07 Thread Vincent Torri
On Thu, 7 May 2009, Lionel ORRY wrote: in esmart there are problems too, in the file esmart/src/lib/esmart_xpixmap/esmart_xpixmap.c. i'll fix that when i am back home thank you Vincent regards, Lionel On Thu, May 7, 2009 at 10:40 AM, Vincent Torri wrote: Hey, the API of Ecore_X was

Re: [E-devel] Ecore_X API break

2009-05-07 Thread Lionel ORRY
in esmart there are problems too, in the file esmart/src/lib/esmart_xpixmap/esmart_xpixmap.c. regards, Lionel On Thu, May 7, 2009 at 10:40 AM, Vincent Torri wrote: > > Hey, > > the API of Ecore_X was not consistent. I renamed: > > ecore_x_pixmap_del > ecore_x_gc_del > ecore_x_region_del > ecore_

[E-devel] Ecore_X API break

2009-05-07 Thread Vincent Torri
Hey, the API of Ecore_X was not consistent. I renamed: ecore_x_pixmap_del ecore_x_gc_del ecore_x_region_del ecore_x_damage_del to ecore_x_pixmap_free ecore_x_gc_free ecore_x_region_free ecore_x_damage_free Except in ecore_evas, i only see these _del functions in the bling module If you see a