From 8559262f63ebb89dc5858f12082a8b27d1b5f9fa Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Sat, 18 May 2013 16:18:46 +0100 Subject: [PATCH] Backport: 1197cc4 :: Minor formatting fix. Signed-off-by: Chris Michael Signed-off-by: Deon Thomas --- src/modules/conf_randr/e_smart_monitor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index de9c6f67b..bc22b3d61 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -357,7 +357,8 @@ e_smart_monitor_output_set(Evas_Object *obj, Ecore_X_Randr_Output output) unsigned long edid_length = 0; /* get the edid for this output */ - if ((edid = ecore_x_randr_output_edid_get(0, sd->output, &edid_length))) + if ((edid = + ecore_x_randr_output_edid_get(root, sd->output, &edid_length))) { /* get output name */ name = ecore_x_randr_edid_display_name_get(edid, edid_length);