presumably this is what was supposed to be here

SVN revision: 64895
This commit is contained in:
Mike Blumenkrantz 2011-11-07 23:02:13 +00:00
parent fb59344571
commit 1331c05a13
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ e_config_randr_dialog_subdialog_orientation_create_data(E_Config_Dialog_Data *cf
EINA_LIST_FOREACH(cfdata->output_dialog_data_list, iter, odd)
{
ci = odd->crtc;
if (!ci || !ci->current_mode) continue;
odd->new_orientation = Ecore_X_Randr_Unset;
odd->previous_orientation = ci->current_orientation;