On 10/5/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Sat, 15 Sep 2007 20:27:21 +0200 Cedric BAIL <[EMAIL PROTECTED]> babbled:
>
> > Last pending patch on my disk :)
> >
> > I quickly looked inside etk and see that it was not using
> > ecore_evas_cursor_set with framebuffer engine, because it wanted to set a
> > icon from an edje file. And in fact if we want to set an edje object as a
> > cursor we can't. Even if the code permit it.
> >       So I propose to add ecore_evas_object_cursor_set to directly set any
> > evas_object as a cursor and modify ecore_evas_cursor_set to build itself the
> > evas_object_image. As a border effect, it reduce per ecore_evas engine
> > specific code.
> >       This patch break ecore_evas_cursor_get API, but no real apps are
> > using it inside e17 cvs.
>
> hmmm - sounds good in principle. i'm torn between breaking the api  (minor
> though the break is) and just adding a new call to set the pointer to an evas
> object so both work.

too late, it's in cvs now. If you want to keep the old API, we can
still check for type == image and then return the file_get()[0], with
another call to retrieve the object.

-- 
Gustavo Sverzut Barbieri
--------------------------------------
Jabber: [EMAIL PROTECTED]
   MSN: [EMAIL PROTECTED]
  ICQ#: 17249123
 Skype: gsbarbieri
Mobile: +55 (81) 9927 0010

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to