# HG changeset patch # User atmos4 # Date 1015974604 0 # Node ID 70878c8927bd6bc034409c5dd1dc08d8350a60e0 # Parent 8d793d9980c1af6d448a781917c65ec49ee4161b 10l forgot to remove debug printfs diff -r 8d793d9980c1 -r 70878c8927bd libvo/x11_common.c --- a/libvo/x11_common.c Tue Mar 12 22:11:35 2002 +0000 +++ b/libvo/x11_common.c Tue Mar 12 23:10:04 2002 +0000 @@ -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 );