[E-devel] patch for ecore function used to change the backlight property

2011-01-16 Thread mathieu . taillefumier
Hello, I wrote three additional functions allowing us yo change the backlight properties of the screes supporting it. I discover that the functions are already declared in the headers files but the code was not added so far. The patch is simple and should be directly applied in the directory s

Re: [E-devel] patch for ecore function used to change the backlight property

2011-01-31 Thread The Rasterman
On Sun, 16 Jan 2011 16:18:10 +0100 (CET) mathieu.taillefum...@free.fr said: > Hello, > > I wrote three additional functions allowing us yo change the backlight > properties of the screes supporting it. I discover that the functions are > already declared in the headers files but the code was not

Re: [E-devel] patch for ecore function used to change the backlight property

2011-02-02 Thread mathieu . taillefumier
Hi Carsten, Sorry for replying late. ok ecore 1.0 is out. this can now go into ecore 1.1 dev (trunk). first.. patch is broken. - just some errors: ecore_x_randr_12.c: In function ‘ecore_x_randr_screen_backlight_level_set’: ecore_x_randr_12.c:1919: error: ‘_backlight’ undeclared (first use in t

Re: [E-devel] patch for ecore function used to change the backlight property

2011-01-16 Thread Mike Blumenkrantz
On Sun, 16 Jan 2011 16:18:10 +0100 (CET) mathieu.taillefum...@free.fr wrote: > Hello, > > I wrote three additional functions allowing us yo change the backlight > properties of the screes supporting it. I discover that the functions are > already declared in the headers files but the code was not

Re: [E-devel] patch for ecore function used to change the backlight property

2011-01-16 Thread Vincent Torri
On Sun, 16 Jan 2011, Mike Blumenkrantz wrote: > On Sun, 16 Jan 2011 16:18:10 +0100 (CET) > mathieu.taillefum...@free.fr wrote: > >> Hello, >> >> I wrote three additional functions allowing us yo change the backlight >> properties of the screes supporting it. I discover that the functions are >>

Re: [E-devel] patch for ecore function used to change the backlight property

2011-01-16 Thread mathieu . taillefumier
in / Berne / Rome / Stockholm / Vienne Objet: Re: [E-devel] patch for ecore function used to change the backlight property On Sun, 16 Jan 2011, Mike Blumenkrantz wrote: > On Sun, 16 Jan 2011 16:18:10 +0100 (CET) > mathieu.taillefum...@free.fr wrote: > >> Hello, >> >>

Re: [E-devel] patch for ecore function used to change the backlight property

2011-01-16 Thread Leif Middelschulte
Hey, cool you've implemented this feature. I only implemented the edid property. I hope you were able to copy'n'paste from it. My driver doesn't support brightness control via randr, so I could not test anything regarding it. As Mike and Vincent already said, I guess it will have to move on top o