summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <devilhorns@comcast.net>2013-05-18 16:18:46 +0100
committerDeon Thomas <PrinceAMD.Elive@gmail.com>2013-06-28 03:28:52 -0400
commit8559262f63ebb89dc5858f12082a8b27d1b5f9fa (patch)
treec190083cc14f4fec8d2c7f4c8dca71db76b01546
parent76d317c5d00fedf50c70a41f40bb4e9f1fa9f157 (diff)
downloadenlightenment-8559262f63ebb89dc5858f12082a8b27d1b5f9fa.tar.gz
Backport: 1197cc4 :: Minor formatting fix.
Signed-off-by: Chris Michael <devilhorns@comcast.net> Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
-rw-r--r--src/modules/conf_randr/e_smart_monitor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c
index de9c6f67b7..bc22b3d617 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);