summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 22:15:11 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 22:15:11 +0000
commit4d9c92c343cacc49fb324fff5189627644a5a27d (patch)
treed784374be77e6b524b8186872b3b7a435321843e /libvo
parent0e881c82ccddb8aacf19629d5ce5efe15f5c8091 (diff)
downloadmpv-4d9c92c343cacc49fb324fff5189627644a5a27d.tar.bz2
mpv-4d9c92c343cacc49fb324fff5189627644a5a27d.tar.xz
10l debug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9327 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 1d6b6b6c48..fdc25eda29 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -395,8 +395,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
// 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);