elm_glview: Call resize func whenever the surface is updated
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 6 Apr 2015 13:44:30 +0000 (22:44 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 7 Apr 2015 02:44:39 +0000 (11:44 +0900)
commitb5e2191ea43447b04f3c155f326d2a2bdb8ae148
treee12d92d21428fe847f469dd24a6fc516a026e018
parent5127758b146af24bbdd18823aef73ecb2514cf2e
elm_glview: Call resize func whenever the surface is updated

This will allow apps to set the proper viewport, even if the
actual surface geometry didn't change.

This fixes a rare situation where the mode is changed from indirect
to direct (eg. in elm_test glview).
src/lib/elm_glview.c