Change #warning to FIXME comments.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25888 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-01-27 17:40:38 +00:00
parent a025db119d
commit 1af6d4f590
1 changed files with 2 additions and 2 deletions

View File

@ -544,7 +544,7 @@ static void SavageInitStreamsOld(void)
case 16: format = 5 << 24; break;
case 24: format = 7 << 24; break;
}
#warning enable this again
/* FIXME: enable this again */
OUTREG(PSTREAM_FBSIZE_REG,
info->screen_y * info->screen_x * (info->bpp >> 3));
@ -572,7 +572,7 @@ static void SavageInitStreamsOld(void)
OUTREG( SSTREAM_VSCALE_REG, 0 );
OUTREG( SSTREAM_LINES_REG, 0 );
OUTREG( SSTREAM_VINITIAL_REG, 0 );
#warning is this needed?
/* FIXME: Is this needed? */
OUTREG( SSTREAM_WINDOW_START_REG, OS_XY(0xfffe, 0xfffe) );
OUTREG( SSTREAM_WINDOW_SIZE_REG, OS_WH(10,2) );