From b8c86c7b34625b924ee155941b78220b56dcb193 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Wed, 11 Apr 2001 01:38:57 +0000 Subject: less, and more informal printfs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@341 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xmga.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libvo/vo_xmga.c') diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c index 38d7c382b2..77e77fbc2b 100644 --- a/libvo/vo_xmga.c +++ b/libvo/vo_xmga.c @@ -103,7 +103,7 @@ static void set_window(){ XGetGeometry( mDisplay,mWindow,&mRoot,&drwX,&drwY,&drwWidth,&drwHeight,&drwBorderWidth,&drwDepth ); 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 ); + //fprintf( stderr,"[xmga] dcx: %d dcy: %d dx: %d dy: %d dw: %d dh: %d\n",drwcX,drwcY,drwX,drwY,drwWidth,drwHeight ); if ( mFullscreen ) { @@ -113,7 +113,7 @@ static void set_window(){ drwcY+=drwY; 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 ); + //fprintf( stderr,"[xmga-fs] dcx: %d dcy: %d dx: %d dy: %d dw: %d dh: %d\n",drwcX,drwcY,drwX,drwY,drwWidth,drwHeight ); } mDrawColorKey(); @@ -133,7 +133,7 @@ static void check_events(void) set_window(); if ( ioctl( f,MGA_VID_CONFIG,&mga_vid_config ) ) { - fprintf( stderr,"Error in mga_vid_config ioctl" ); + fprintf( stderr,"Error in mga_vid_config ioctl (wrong mga_vid.o version?)" ); // exit( 0 ); } @@ -200,7 +200,7 @@ static uint32_t init( uint32_t width, uint32_t height, uint32_t d_width, uint32_ mDisplay=XOpenDisplay(name); if ( mDisplay == NULL ) { - fprintf( stderr,"Can not open display\n" ); + fprintf( stderr,"Can not open X11 display\n" ); return -1; } -- cgit v1.2.3