From 724f2a70ef14c7e59c80bebe0aca13f99e06bfc9 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler 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() SVN revision: 60232 --- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c index 2c1a589768..51891002c3 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c +++ b/legacy/ecore/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);