[Mplayer-cvslog] CVS: main/libvo font_load.c,1.9,1.10 vo_xmga.c,1.10,1.11

GEREOFFY arpi_esp at users.sourceforge.net
Wed Apr 11 03:38:59 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv11038/libvo

Modified Files:
	font_load.c vo_xmga.c 
Log Message:
less, and more informal printfs

Index: font_load.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** font_load.c	2001/04/11 00:47:05	1.9
--- font_load.c	2001/04/11 01:38:56	1.10
***************
*** 243,247 ****
  desc->width[' ']=desc->spacewidth;
  
! printf("font: Font %s loaded successfully! (%d chars)\n",fname,chardb);
  
  return desc;
--- 243,247 ----
  desc->width[' ']=desc->spacewidth;
  
! printf("Font %s loaded successfully! (%d chars)\n",fname,chardb);
  
  return desc;

Index: vo_xmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xmga.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** vo_xmga.c	2001/04/10 00:00:04	1.10
--- vo_xmga.c	2001/04/11 01:38:56	1.11
***************
*** 104,108 ****
           drwX=0; drwY=0; // drwWidth=wndWidth; drwHeight=wndHeight;
           XTranslateCoordinates( mDisplay,mWindow,mRoot,0,0,&drwcX,&drwcY,&mRoot );
!          fprintf( stderr,"[xmga] dcx: %d dcy: %d dx: %d dy: %d dw: %d dh: %d\n",drwcX,drwcY,drwX,drwY,drwWidth,drwHeight );
  
           if ( mFullscreen )
--- 104,108 ----
           drwX=0; drwY=0; // drwWidth=wndWidth; drwHeight=wndHeight;
           XTranslateCoordinates( mDisplay,mWindow,mRoot,0,0,&drwcX,&drwcY,&mRoot );
!          //fprintf( stderr,"[xmga] dcx: %d dcy: %d dx: %d dy: %d dw: %d dh: %d\n",drwcX,drwcY,drwX,drwY,drwWidth,drwHeight );
  
           if ( mFullscreen )
***************
*** 114,118 ****
             drwWidth=(dwidth > vo_screenwidth?vo_screenwidth:dwidth);
             drwHeight=(dheight > vo_screenheight?vo_screenheight:dheight);
!            fprintf( stderr,"[xmga-fs] dcx: %d dcy: %d dx: %d dy: %d dw: %d dh: %d\n",drwcX,drwcY,drwX,drwY,drwWidth,drwHeight );
            }
  
--- 114,118 ----
             drwWidth=(dwidth > vo_screenwidth?vo_screenwidth:dwidth);
             drwHeight=(dheight > vo_screenheight?vo_screenheight:dheight);
!            //fprintf( stderr,"[xmga-fs] dcx: %d dcy: %d dx: %d dy: %d dw: %d dh: %d\n",drwcX,drwcY,drwX,drwY,drwWidth,drwHeight );
            }
  
***************
*** 134,138 ****
           if ( ioctl( f,MGA_VID_CONFIG,&mga_vid_config ) )
            {
!            fprintf( stderr,"Error in mga_vid_config ioctl" );
  //           exit( 0 );
            }
--- 134,138 ----
           if ( ioctl( f,MGA_VID_CONFIG,&mga_vid_config ) )
            {
!            fprintf( stderr,"Error in mga_vid_config ioctl (wrong mga_vid.o version?)" );
  //           exit( 0 );
            }
***************
*** 201,205 ****
   if ( mDisplay == NULL )
    {
!    fprintf( stderr,"Can not open display\n" );
     return -1;
    }
--- 201,205 ----
   if ( mDisplay == NULL )
    {
!    fprintf( stderr,"Can not open X11 display\n" );
     return -1;
    }


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list