10l debug

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9327 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-02-07 22:15:11 +00:00
parent 0e881c82cc
commit 4d9c92c343
1 changed files with 0 additions and 2 deletions

View File

@ -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);