[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.80,1.81
Alex Beregszaszi
alex at naxine.org
Thu Feb 28 12:58:35 CET 2002
Hi,
Could you stop making unless changes?
You changed the original order (the latest one) to your order..
And now you changed it back...
Why?
-
alex
> - vo_x11_decoration( mDisplay,vo_window,0 );
> #ifdef LOCAL_LOOKUP
> XGetGeometry(mDisplay, vo_window, &root, &foo, &foo,
> &vo_fs_oldwidth, &vo_fs_oldheight, &foo, &foo);
> @@ -609,15 +608,17 @@
> /* resize */
> vo_dwidth = vo_screenwidth;
> vo_dheight = vo_screenheight;
> + vo_x11_decoration( mDisplay,vo_window,0 );
> XMoveResizeWindow(mDisplay, vo_window, 0, 0,
> vo_screenwidth, vo_screenheight);
> XSync(mDisplay, False);
> }
> else
> {
> + vo_x11_decoration( mDisplay,vo_window,1 );
> XMoveResizeWindow(mDisplay, vo_window, vo_fs_oldx, vo_fs_oldy,
> vo_fs_oldwidth, vo_fs_oldheight);
> - vo_x11_decoration( mDisplay,vo_window,1 );
> +
More information about the MPlayer-cvslog
mailing list