skins2(Linux): fix fullscreen for some Window Managers like Gnome3
commit51e41b79f4849934b32d19cba21e7185d35f9f9d
authorErwan Tulou <erwan10@videolan.org>
Tue, 8 Sep 2015 11:46:54 +0000 (8 13:46 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 8 Sep 2015 13:46:24 +0000 (8 15:46 +0200)
tree00e028863a4860dc32a4a2646244bf60146b1543
parentb973146c7178f962709e8c5b6b7a70532871c8e9
skins2(Linux): fix fullscreen for some Window Managers like Gnome3

   Some Window Managers (Gnome3, Unity) will keep the task bar displayed
   and limit the fullscreen display to the subarea outside the task bar
   if the window type is not set.
   Setting the Window type to normal ensures a clean 100% fullscreen.

   This fixes an issue reported on the forum at
   https://forum.videolan.org/viewtopic.php?f=13&t=127840
modules/gui/skins2/x11/x11_display.cpp
modules/gui/skins2/x11/x11_display.hpp
modules/gui/skins2/x11/x11_window.cpp