elm_win: move frame obj creation/deletion for fullscreen property to state change cb
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 6 Apr 2016 20:44:44 +0000 (16:44 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 7 Apr 2016 18:19:25 +0000 (14:19 -0400)
commit53f0b89671881858e244643640fddb94fa581639
tree02040c64434df9eda95f0d0460a606dfaea7f72c
parentaf1c7d340738c4f23926a12fc2cb13d06a84a275
elm_win: move frame obj creation/deletion for fullscreen property to state change cb

this was broken if the compositor unset fullscreen without being prompted by
the client (eg. ctrl+alt+f). it also created timing differences for csd calcs based
on when the fullscreen call occurred in the render cycle

@fix
src/lib/elementary/elm_win.c