Fix fullscreen - remove all the garbage which breaks things and let Gtk do its job.
authorJosef Kufner <josef@kufner.cz>
Wed, 20 Apr 2016 21:58:40 +0000 (23:58 +0200)
committerJosef Kufner <josef@kufner.cz>
Wed, 20 Apr 2016 22:03:55 +0000 (00:03 +0200)
commita16635ca1d8fe42349f9e22bd311d3118eff2608
tree266125738e028068b74f49e9620df6bb8faac357
parentb5fef3db36186993d711878b5ae687138747c732
Fix fullscreen - remove all the garbage which breaks things and let Gtk do its job.

The most problematic thing was the `gdk_window_set_override_redirect`
call. That was what made most of the mess. Another bad idea was to deny
resizing of the fullscreen window, which causes window manager to fail
to adjust window size to screen size.

Fixes #222, #218, #103.
src/fullscreen.c