englebass pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=9bd18c6272b0cb61c31e3484a637974a317620d9
commit 9bd18c6272b0cb61c31e3484a637974a317620d9 Author: Sebastian Dransfeld <s...@tango.flipp.net> Date: Thu Mar 6 13:59:18 2014 +0100 randr: same param name in prototype and function --- src/bin/e_randr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index 2f8aaae..5320536 100644 --- a/src/bin/e_randr.c +++ b/src/bin/e_randr.c @@ -32,7 +32,7 @@ static int _e_randr_is_lid(E_Randr_Output *cfg); static void _e_randr_crtc_from_outputs_set(E_Randr_Crtc *crtc); static Eina_Bool _e_randr_lid_update(void); static Eina_Bool _e_randr_output_mode_valid(Ecore_X_Randr_Mode mode, Ecore_X_Randr_Mode *modes, int nmodes); -static void _e_randr_output_active_set(E_Randr_Output *cfg, Eina_Bool connected); +static void _e_randr_output_active_set(E_Randr_Output *output, Eina_Bool connected); static int _e_randr_config_output_cmp(const void *a, const void *b); static char *_e_randr_output_name_get(Ecore_X_Window root, Ecore_X_Randr_Output output); --