[vlc-devel] commit: [x11 vout] Fix x11 fullscreen behaviour. Patch by Raster! ( Jean-Baptiste Kempf )
Jean-Baptiste Kempf
jb at videolan.org
Thu Oct 16 21:48:47 CEST 2008
On Thu, Oct 16, 2008 at 07:51:17PM +0300, Ilkka Ollakka wrote :
> On to 16. lokakuuta 2008 01:18:37, git version control wrote:
> > vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 16 01:10:32 2008 +0200| [2229045e62f26bdfeacdcded3064f8d61955cfeb] | committer: Jean-Baptiste Kempf
> >
> > [x11 vout] Fix x11 fullscreen behaviour. Patch by Raster!
> >
> > This fix e17, Xfce on my configuration.
> > Thanks very much Raster.
> >
> > ---
> > +#if BADFS // RASTER: why do this? you already mapped the window in CreateWindow?
> > XReparentWindow( p_vout->p_sys->p_display,
> > p_vout->p_sys->p_win->base_window,
> > DefaultRootWindow( p_vout->p_sys->p_display ),
> > - 0, 0 );
> > + -2, -2 );
> > +#endif
>
> Seems that disabling this reparent, code selecting current screen in
> xinerama doesnt work (eg. video window allways goes to one screen in
> fullscreen).
I have to say that I don't know... Mail raster :D
Best Regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
More information about the vlc-devel
mailing list