Hi skins devs and others,
A proposal for a skinnable fullscreen controller has just been committed in the dev branch (v1.1)
Skins devs who wish to add a fullscreen controller to their skins will be able to implement one more window in theme.xml.
This window just needs to be declared with id="fullscreenController"
This window is processed a bit differently. It is available only in fullscreen mode via a toggle button (middle button of mouse)
The old default skins has been modified to add this feature (the smallest main window was copied to become a fullscreen controller). Result is quite nice.
For now, this feature is only available on Linux (where vout redesign is implemented). It will also be available on Windows as soon as the redesign is finished.
comments or requests welcome ...
Erwan10