comparison gui/interface.c @ 36864:c17524b27039

Cosmetic: Adjust indent.
author ib
date Sat, 01 Mar 2014 15:01:53 +0000
parents 8c331bcef482
children 80536f6e6f07
comparison
equal deleted inserted replaced
36863:8c331bcef482 36864:c17524b27039
483 int i = 0; 483 int i = 0;
484 484
485 guiInfo.VideoWindow = False; 485 guiInfo.VideoWindow = False;
486 486
487 while (video_out_drivers[i++]) { 487 while (video_out_drivers[i++]) {
488 if ((video_driver_list && !gstrcmp(video_driver_list[0], video_out_drivers[i - 1]->info->short_name)) && (video_out_drivers[i - 1]->control(VOCTRL_GUISUPPORT, NULL) == VO_TRUE)) { 488 if ((video_driver_list && !gstrcmp(video_driver_list[0], video_out_drivers[i - 1]->info->short_name)) && (video_out_drivers[i - 1]->control(VOCTRL_GUISUPPORT, NULL) == VO_TRUE)) {
489 guiInfo.VideoWindow = True; 489 guiInfo.VideoWindow = True;
490 break; 490 break;
491 } 491 }
492 } 492 }
493 } 493 }
494 494
495 if (video_driver_list && !gstrcmp(video_driver_list[0], "dxr3")) 495 if (video_driver_list && !gstrcmp(video_driver_list[0], "dxr3"))
496 if (guiInfo.StreamType != STREAMTYPE_DVD && guiInfo.StreamType != STREAMTYPE_VCD) 496 if (guiInfo.StreamType != STREAMTYPE_DVD && guiInfo.StreamType != STREAMTYPE_VCD)