Mercurial > mplayer.hg
changeset 9326:8e91f0734b96
10l debug
author | alex |
---|---|
date | Fri, 07 Feb 2003 22:15:11 +0000 |
parents | 18cdba535f36 |
children | 6f4d4b2fddc2 |
files | libvo/vo_xv.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_xv.c Fri Feb 07 22:13:54 2003 +0000 +++ b/libvo/vo_xv.c Fri Feb 07 22:15:11 2003 +0000 @@ -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);