Re: [E-devel] [patch] add randr backlevel to ecore

2011-02-07 Thread Leif Middelschulte
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

Re: [E-devel] [patch] add randr backlevel to ecore

2011-02-06 Thread Mike Blumenkrantz
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

[E-devel] [patch] add randr backlevel to ecore

2011-01-31 Thread mathieu . taillefumier
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 ==