hmm not much testing of these ecore_x calls with backlight... at least

none of ecore_x_randr_window_outputs_get()



SVN revision: 60232
This commit is contained in:
Carsten Haitzler 2011-06-12 01:09:09 +00:00
parent 4c7bc3890e
commit 724f2a70ef
1 changed files with 1 additions and 0 deletions

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