Backport: 1197cc4 :: Minor formatting fix.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Chris Michael 2013-05-18 16:18:46 +01:00 committed by Deon Thomas
parent 76d317c5d0
commit 8559262f63
1 changed files with 2 additions and 1 deletions

View File

@ -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);