add a comment to the Xorg workaround

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13338 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-09-15 08:02:51 +00:00
parent 7cd4d089be
commit 5a48784803
1 changed files with 1 additions and 0 deletions

View File

@ -1316,6 +1316,7 @@ static void radeon_vid_stop_video( void )
static void radeon_vid_display_video( void )
{
int bes_flags;
/** workaround for Xorg-6.8 not saving the surface registers on bigendian architectures */
#ifdef WORDS_BIGENDIAN
#if defined(RAGE128)
/* code from gatos */