[Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.135,1.136
Alex Beregszaszi
alex at mplayerhq.hu
Fri Feb 7 23:15:15 CET 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv16607
Modified Files:
vo_xv.c
Log Message:
10l debug
Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- vo_xv.c 29 Jan 2003 20:25:01 -0000 1.135
+++ vo_xv.c 7 Feb 2003 22:15:11 -0000 1.136
@@ -395,8 +395,6 @@
// vo_x11_sizehint( hint.x, hint.y, hint.width, hint.height,0 );
- printf("\n!!!!!! %d;%d %dx%d \n",hint.x,hint.y,hint.width,hint.height);
-
if ( vo_gc != None ) XFreeGC( mDisplay,vo_gc );
vo_gc = XCreateGC(mDisplay, vo_window, 0L, &xgcv);
XFlush(mDisplay);
More information about the MPlayer-cvslog
mailing list