]> git.mxchange.org Git - flightgear.git/commit
Base fullscreen detection on window decoration
authorThorstenB <brehmt@gmail.com>
Mon, 26 Nov 2012 23:02:28 +0000 (00:02 +0100)
committerThorstenB <brehmt@gmail.com>
Mon, 26 Nov 2012 23:02:28 +0000 (00:02 +0100)
commit57410852b92f65603e246f549683ff9a0c85cf24
tree5372880d55c4f914914baf04a7f8a3b2938c773e
parent7ed8b625c922cc526555c07b2e17c4807ec4af66
Base fullscreen detection on window decoration
rather than window size, since the size of full screen windows can change:
e.g. Xinerama mode automatically resizes fullscreen windows to cover the
area belonging to a single display only - so the
"(Xinerama) screen area == window size" check always failed - even in
fullscreen mode.
src/Viewer/fg_os_osgviewer.cxx