hmm not much testing of these ecore_x calls with backlight... at least
authorCarsten Haitzler <raster@rasterman.com>
Sun, 12 Jun 2011 01:09:09 +0000 (01:09 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sun, 12 Jun 2011 01:09:09 +0000 (01:09 +0000)
none of ecore_x_randr_window_outputs_get()

SVN revision: 60232

legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c

index 2c1a589..5189100 100644 (file)
@@ -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);