From bab8dfc90681fc263182245fc867e4aec7b810fb Mon Sep 17 00:00:00 2001 From: raster Date: Sun, 12 Jun 2011 01:09:09 +0000 Subject: [PATCH] hmm not much testing of these ecore_x calls with backlight... at least none of ecore_x_randr_window_outputs_get() git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@60232 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_x/xlib/ecore_x_randr_12.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_x/xlib/ecore_x_randr_12.c b/src/lib/ecore_x/xlib/ecore_x_randr_12.c index 2c1a589..5189100 100644 --- a/src/lib/ecore_x/xlib/ecore_x_randr_12.c +++ b/src/lib/ecore_x/xlib/ecore_x_randr_12.c @@ -2148,6 +2148,7 @@ ecore_x_randr_window_outputs_get(Ecore_X_Window window, free(crtcs); return NULL; } + ret = tret; memcpy(&ret[nret], outputs, (noutputs * sizeof(Ecore_X_Randr_Output))); nret += noutputs; free(outputs); -- 2.7.4