[vlc-devel] Regarding VLC + Xfce Fullscreen
Rémi Denis-Courmont
remi at remlab.net
Thu Feb 28 16:30:40 CET 2013
Le jeudi 28 février 2013 15:40:00, Jogy Antony a écrit :
> QT stores the windowstate as a bitmap, maximized and fullscreen being
> the important windowstates. VLC attempts to go fullscreen like this :
>
> setWindowState( windowState() | Qt::WindowFullScreen );
>
> This is unfortunate, since if the windowState was already maximized,
> this will set it maxmized _and_ fullscreen.
No. It will set fullscreen and leaves the other bits untouched. That seems
correct, as per the earlier discussion:
http://mailman.videolan.org/pipermail/vlc-devel/2012-May/088363.html
http://mailman.videolan.org/pipermail/vlc-devel/2012-May/088372.html
(...)
> What should I do now ?
Fix XFCE, I guess.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list