Re: [E-devel] [PATCH][Ecore] Add a function checking if backlight is supported or not

2011-03-26 Thread Mathieu Taillefumier
On 03/26/2011 11:24 PM, Mike Blumenkrantz wrote: On Sat, 26 Mar 2011 23:17:03 +0100 Mathieu Taillefumier wrote: Hi, I assume the API for the 1.1.0 version of Ecore is not frozen yet and I would like to propose this patch that had a small function to Ecore randr extension. The function just ch

Re: [E-devel] [PATCH][Ecore] Add a function checking if backlight is supported or not

2011-03-26 Thread Mike Blumenkrantz
On Sat, 26 Mar 2011 23:17:03 +0100 Mathieu Taillefumier wrote: > Hi, > > I assume the API for the 1.1.0 version of Ecore is not frozen yet and I > would like to propose this patch that had a small function to Ecore > randr extension. The function just check if the backlight property is > supp

[E-devel] [PATCH][Ecore] Add a function checking if backlight is supported or not

2011-03-26 Thread Mathieu Taillefumier
Hi, I assume the API for the 1.1.0 version of Ecore is not frozen yet and I would like to propose this patch that had a small function to Ecore randr extension. The function just check if the backlight property is supported or not. Any comments are welcome. I would appreciate that this funct

[E-devel] [Patch] elm_genlist - group index homogeneous mode support

2011-03-26 Thread Seunggyun Kim
Hello. All. Current, genlist using group index can't use homogeneous mode. So this is patch for support homogeneous mode when the genlist uses group index. Please review about this. Thanks. Index: src/lib/elm_genlist.c === --- src/l