evas/engine: Fix the ector drawing for gl backend

This commit is contained in:
Subhransu Mohanty 2015-05-09 18:46:42 +09:00 committed by ChunEon Park
parent d82c0ae1bf
commit 1ce417eb8b
1 changed files with 1 additions and 0 deletions

View File

@ -2388,6 +2388,7 @@ eng_ector_begin(void *data EINA_UNUSED, void *context EINA_UNUSED, void *surface
w = gl_context->w; h = gl_context->h;
software_buffer = realloc(software_buffer, sizeof (unsigned int) * w * h);
memset(software_buffer, 0, sizeof (unsigned int) * w * h);
if (use_cairo)
{
eo_do(_software_ector,