Minor formatting fix.
authorChris Michael <devilhorns@comcast.net>
Sat, 18 May 2013 15:18:46 +0000 (16:18 +0100)
committerChris Michael <devilhorns@comcast.net>
Sat, 18 May 2013 15:35:16 +0000 (16:35 +0100)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/modules/conf_randr/e_smart_monitor.c

index de9c6f6..bc22b3d 100644 (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);