[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.59,1.60
Atmosfear
atmos4 at mplayer.dev.hu
Wed Mar 13 00:10:15 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv25368/libvo
Modified Files:
x11_common.c
Log Message:
10l forgot to remove debug printfs
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- x11_common.c 12 Mar 2002 22:11:35 -0000 1.59
+++ x11_common.c 12 Mar 2002 23:10:04 -0000 1.60
@@ -539,14 +539,12 @@
}
vo_dx=0; vo_dy=0; vo_dwidth=vo_screenwidth; vo_dheight=vo_screenheight;
vo_x11_decoration( mDisplay,vo_window,0 );
-printf("dendeco! \n");
}
else
{
vo_fs=VO_FALSE;
vo_dx=vo_old_x; vo_dy=vo_old_y; vo_dwidth=vo_old_width; vo_dheight=vo_old_height;
vo_x11_decoration( mDisplay,vo_window,1 );
-printf("reendeco! \n");
}
vo_x11_sizehint( vo_dx,vo_dy,vo_dwidth,vo_dheight );
XMoveResizeWindow( mDisplay,vo_window,vo_dx,vo_dy,vo_dwidth,vo_dheight );
More information about the MPlayer-cvslog
mailing list