Re: [E-devel] More changes to Ecore_Fb

2007-04-20 Thread The Rasterman
On Tue, 10 Apr 2007 16:25:50 +0200 "Jorge Luis Zapata Muga" <[EMAIL PROTECTED]> babbled: > > ... > > just one thing is missing, what is the prefered way to define the fb > device to use (in ecore_fb, ecore_evas_fb, evas)? on evas we use the > "device_number" (int 0 => fb0, 1 => fb1, ...) in ecore

Re: [E-devel] More changes to Ecore_Fb

2007-04-10 Thread Jorge Luis Zapata Muga
> ... just one thing is missing, what is the prefered way to define the fb device to use (in ecore_fb, ecore_evas_fb, evas)? on evas we use the "device_number" (int 0 => fb0, 1 => fb1, ...) in ecore_fb it was supposed to use the full device path (char "/dev/fb0", etc) and in ecore_evas_fb a char w

Re: [E-devel] More changes to Ecore_Fb

2007-04-04 Thread The Rasterman
On Tue, 27 Mar 2007 14:39:12 +0200 "Jorge Luis Zapata Muga" <[EMAIL PROTECTED]> babbled: > Hi all, i have coded several things to ecore_fb, but before doing a > commit i prefer your opinion or whishlist =) > > 1. Modules for input devices. Instead of having the input devices > exclusive (linux_in

Re: [E-devel] More changes to Ecore_Fb

2007-03-29 Thread Jorge Luis Zapata Muga
On 3/28/07, Cedric BAIL <[EMAIL PROTECTED]> wrote: > On Tuesday 27 March 2007 14:39:12 Jorge Luis Zapata Muga wrote: > > Hi all, i have coded several things to ecore_fb, but before doing a > > commit i prefer your opinion or whishlist =) > > > 1. Modules for input devices. Instead of having the inp

Re: [E-devel] More changes to Ecore_Fb

2007-03-28 Thread Cedric BAIL
On Tuesday 27 March 2007 14:39:12 Jorge Luis Zapata Muga wrote: > Hi all, i have coded several things to ecore_fb, but before doing a > commit i prefer your opinion or whishlist =) > 1. Modules for input devices. Instead of having the input devices > exclusive (linux_input or ps2/keyboard/tslib co

Re: [E-devel] More changes to Ecore_Fb

2007-03-27 Thread Jorge Luis Zapata Muga
On 3/27/07, Lars Munch <[EMAIL PROTECTED]> wrote: > Hi turran > > On Tue, Mar 27, 2007 at 02:39:12PM +0200, Jorge Luis Zapata Muga wrote: > > Hi all, i have coded several things to ecore_fb, but before doing a > > commit i prefer your opinion or whishlist =) > > > > 1. Modules for input devices. In

Re: [E-devel] More changes to Ecore_Fb

2007-03-27 Thread Lars Munch
Hi turran On Tue, Mar 27, 2007 at 02:39:12PM +0200, Jorge Luis Zapata Muga wrote: > Hi all, i have coded several things to ecore_fb, but before doing a > commit i prefer your opinion or whishlist =) > > 1. Modules for input devices. Instead of having the input devices > exclusive (linux_input or

[E-devel] More changes to Ecore_Fb

2007-03-27 Thread Jorge Luis Zapata Muga
Hi all, i have coded several things to ecore_fb, but before doing a commit i prefer your opinion or whishlist =) 1. Modules for input devices. Instead of having the input devices exclusive (linux_input or ps2/keyboard/tslib combo), ive made an abstraction to support input "modules" (for now they a