Allow to show video in fullscreen if requested.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 17 Jan 2019 23:02:14 +0000 (00:02 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 17 Jan 2019 23:02:14 +0000 (00:02 +0100)
commit73fbd884bab5670e1593153df75697e82d174f8f
tree8dfef5b364a2ce3b533a221d496971241f2c8b5d
parentd15d99b33171de0e373f4f2cd9fe16f41286a029
Allow to show video in fullscreen if requested.

If JavaScript calls element.webkitRequestFullScreen webkit switches vimb
into full screen mode. But the statusbar and the input box where still
shown. So now vimb hides the statusbar and the input box to allow videos
to be show on the whole screen.
src/main.c
src/main.h
src/normal.c