Elm: Add fullscreen handling :)
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 15 Aug 2012 10:57:31 +0000 (10:57 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 15 Aug 2012 10:57:31 +0000 (10:57 +0000)
commit7b3d41def8cf4f6af4ffaa621f8fe58c58e15b0b
treeb4861f3dd935b873efcca1048a5ac2d218707b48
parenta7205fd5975167c334ce01a8644911d6765d94b7
Elm: Add fullscreen handling :)

Basically, we will remove the frame when going into fullscreen, and
readd when we leave fullscreen. When we remove the frame, then during
window redraw the appropriate fullscreen size will be calculated.
This allows proper fullscreening.

SVN revision: 75294
src/lib/elm_win.c