[vlc-devel] commit: [x11 vout] Fix x11 fullscreen behaviour. Patch by Raster! ( Jean-Baptiste Kempf )

Ilkka Ollakka ilkka.ollakka+vlc at oamk.fi
Thu Oct 16 18:51:17 CEST 2008


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).

-- 
Ilkka Ollakka
This fortune intentionally not included.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20081016/0caf6762/attachment.sig>


More information about the vlc-devel mailing list