ecore_evas - patched by Gwanglim Lee <gl77.lee@samsung.com>

Hi all,

I've fixed a minor bug in the ecore_evas_gl_x11_pre_post_swap_callback_set API.
It wasn't setting a post_swap callback properly.

Please review it.

BR,




SVN revision: 62785
This commit is contained in:
ChunEon Park 2011-08-25 08:14:21 +00:00
parent 94561e19eb
commit c6bd24febb
1 changed files with 1 additions and 1 deletions

View File

@ -3326,7 +3326,7 @@ ecore_evas_gl_x11_pre_post_swap_callback_set(const Ecore_Evas *ee, void *data, v
if (einfo)
{
einfo->callback.pre_swap = pre_cb;
einfo->callback.pre_swap = post_cb;
einfo->callback.post_swap = post_cb;
einfo->callback.data = data;
if (!evas_engine_info_set(ee->evas, (Evas_Engine_Info *)einfo))
{