On Sun 09 Nov 2003, Gen Zhang wrote:
> Hi all:
> 
> I'm trying to write a MacOSX docker work alike. I had it working... but then 
> the API for ecore changed :( muchos rewritos follow(-os?) anyhow, i've found 
> two little things nagging about the api:
> 
>  * mouse_{out,in} events for Ecore_Evas are NOT the same in-out of window that 
> they used to be -- this was something that itched for a while before I 
> finally clicked on

ECORE_X_EVENT_MASK_MOUSE_(UP, DOWN, IN, OUT, MOVE)

> * there used to be a ecore_window_set_xy_hints -- what is the replacement?
> * applications can no longer capture mouse move events are the X layer -- no 
> callback for mouse moves in evas_ecore -- thus I've had to create a 
> transparent rectangle that captures all events and then reprocess them 
> myself. I'm sure there's A Better Way(tm) but I'm too stupid to find it, 
> pointers would be gratefully received.
> 

ecore_x_window_prop_xy_set()

Looks like you haven't even touched ecore_x, have ya? :) Much of what
you're doing should be done using ecore_x, not ecore_evas.

> I'm almost at the point of a release, so if anyone wants to test the code, 
> give me a shout
> 

Post a link here, we do want to see it. :)

> -- 
> 'Martyrdom' is the only way a person can become famous without ability.
>               -- George Bernard Shaw
> 
> genneth8691.wincoll.ac.uk
> Gentoo Linux, version 2.6.0-test8-mm1
> 
> 

-- 

Ibukun Olumuyiwa
http://xcomputerman.com

"Wisdom is the principal thing; therefore get wisdom: and with all thy
getting get understanding." - Proverbs 4:7


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to