Hi Mathieu,
I've just had a quick look at your patch.
Looks quite good, though I have a two points:
- please declare vars at the beginning of the function
- Normalize to 0.0->1.0 instead of 0->100 as it might easen direct
mapping to sliders, etc.? This also adresses "level > 100" vs. "level
> 100
On Mon, 31 Jan 2011 19:14:25 +0100 (CET)
mathieu.taillefum...@free.fr wrote:
> Hello,
>
> Since the merge window is open, I would like to submit this patch for ecore.
> To make it short, it is a modified version of the patch I send two weeks ago.
> It implement backlight control through xrand ext
Hello,
Since the merge window is open, I would like to submit this patch for ecore. To
make it short, it is a modified version of the patch I send two weeks ago. It
implement backlight control through xrand extension.
MathieuIndex: xlib/ecore_x_randr_12.c
==