On Sat, 19 Feb 2011 12:40:17 +0100 Mathieu Taillefumier
<mathieu.taillefum...@free.fr> said:

wow! i was looking at the patch... just the patch... and it ADDED these
functions that were not in the ecore_x source yet... why the hell do we have
the functions prototyped and not have actual functions? WOW! how has this
gotten in? thus not seeing any added prototypes in ecore_x's  headers... i was
asking for them.

ok - in svn! thaks!

> Hi Carsten,
> 
> > it looks good now.... but patch is missing function api's in Ecore_X.h -
> > need those! sorry to ask for more stuff... again! :)
> 
> I would be more than happy to do so, but there are already defined in 
> Ecore_X.h. These functions were defined ages ago but never implemented. 
> The functions are defined at this line
> 
> /* ecore_x_randr_13.c */
> EAPI void
> ecore_x_randr_screen_backlight_level_set(Ecore_X_Window root, double level);
> EAPI double
> ecore_x_randr_output_backlight_level_get(Ecore_X_Window root,
>                                           Ecore_X_Randr_Output output);
> EAPI Eina_Bool
> ecore_x_randr_output_backlight_level_set(Ecore_X_Window root,
>                                           Ecore_X_Randr_Output output,
>                                           double level);
> 
> it is taken from the svn version of ECore_X.h but you can check by 
> yourself.
> 
> Best
> 
> Mathieu
> 
> >>>
> >>> In ecore_x_randr_screen_backlight_level_set, why no return on _backlight
> >>> == None?
> >>
> >> No comments. I hope this time that I forgot nothing :-(.
> >>
> >> Mathieu
> >>>
> >>> S.
> >>>
> >>> ------------------------------------------------------------------------------
> >>> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> >>> Pinpoint memory and threading errors before they happen.
> >>> Find and fix more than 250 security defects in the development cycle.
> >>> Locate bottlenecks in serial and parallel code that limit performance.
> >>> http://p.sf.net/sfu/intel-dev2devfeb
> >>> _______________________________________________
> >>> enlightenment-devel mailing list
> >>> enlightenment-devel@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >>
> >
> >
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to