Fix fullscreen spanning multiple monitors
authorJiri Bohac <jbohac@suse.cz>
Thu, 6 Dec 2018 23:30:22 +0000 (00:30 +0100)
committerJiri Bohac <jbohac@suse.cz>
Thu, 6 Dec 2018 23:30:22 +0000 (00:30 +0100)
commite95fcb791c1f5c70f58b851c1873ed74ad99271d
tree9c507f5593ce1aa9331a46857fdb112f45089a84
parenteedf0ad8550ad5ed95a48d9770669b80bde66b5d
Fix fullscreen spanning multiple monitors

Commit a16635c ("Fix fullscreen - remove all the garbage
which breaks things and let Gtk do its job.")
broke fullscreen spanning multiple monitors.

Fix this for GTK3 by using gdk_window_set_fullscreen_mode().
Fixes #650.

Unfortunately, GTK2 has no equivalent.
src/fullscreen.c