Re: [E-devel] Patch - Do not show E cursor

2007-11-12 Thread The Rasterman
On Wed, 31 Oct 2007 16:59:41 -0300 "Aloisio Almeida" <[EMAIL PROTECTED]> babbled: > Hi all > > I made a patch to prevent E to show the mouse cursor. This is useful when > you're using a touchscreen. > Basically I created one more e_config field (show_cursor). When show_cursor > == 0, the pointer'

[E-devel] Patch - Do not show E cursor

2007-10-31 Thread Aloisio Almeida
Hi all I made a patch to prevent E to show the mouse cursor. This is useful when you're using a touchscreen. Basically I created one more e_config field (show_cursor). When show_cursor == 0, the pointer's evas canvas is freed and the functions to resize and set type are prevented to run. This solu