2011/11/12 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Le vendredi 11 novembre 2011 18:45:14 Sergey Radionov, vous avez écrit :<br>
<div class="im">> As I know, fullscreen mode was in libvlc core,<br>
<br>
</div>There never was fullscreen mode in (Lib)VLC core, for there never was<br>
platform-specific window management in the core.<br>
<br>
There were, and there still are functions to control fullscreen mode in<br>
LibVLC. But they just defer to the platform-specific plug-ins, like they<br>
always did.<br>
<div class="im"><br>
> but was removed by some reason (when vlc 1.1 come),<br>
> I really don't know why. And will be glad to<br>
> hear that reason...<br>
<br>
</div>Windowing was split from the video output plug-ins to dedicated window<br>
management plug-ins, including fullscreen mode management.<br>
<br>
In embedded mode (drawable on Win32, xcb_window on X11), fullscreen mode<br>
cannot be provided since it breaks embedding. So LibVLC fullscreen function<br>
have no effects while embedding is in use. This limitation is unavoidable<br>
without breaking things and is clearly documented in Doxygen.<br>
<div class="im"><br></div></blockquote><div>Thank you for explanation.<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">

> > Pardon my lack of a clue but... does all that fullscreen mode stuff<br>
> > not belongin the drawable plug-in where all LibVLC apps can enjoy<br>
> > it, rather than in the browser bindings?<br>
<br>
</div>I answered myself above. Fullscreen mode cannot be managed by (Lib)VLC while<br>
the video is embedded, including in a web browser.<br>
<br>
However, this commit is about DVD menu. I guess it really is about input<br>
events. And for that, my question remains.<br></blockquote><div>Yes, my first realization of fullscreen mode simply not pass mouse clicking to 
libvlc video window (and DVD menu not get that clicks). And path fix only 
this problem.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="HOEnZb"><div class="h5"><br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://www.remlab.net/" target="_blank">http://www.remlab.net/</a><br>
<a href="http://fi.linkedin.com/in/remidenis" target="_blank">http://fi.linkedin.com/in/remidenis</a><br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>