Second fix for Wayland Egl. Sorry devilhorns for the inconvenience.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77612
This commit is contained in:
Daniel Zaoui 2012-10-09 07:05:37 +00:00 committed by Daniel Zaoui
parent c4cb0584ed
commit 2f4abd93bc
1 changed files with 2 additions and 1 deletions

View File

@ -3021,10 +3021,11 @@ evgl_glBindRenderbuffer(GLenum target, GLuint renderbuffer)
// returns: oc[4] original image object dimension in gl coord
// returns: nc[4] tranformed (x, y, width, heigth) in gl coord
static void
compute_gl_coordinates(Evas_Object *obj, int rot, int clip,
compute_gl_coordinates(Evas_Object *eo_obj, int rot, int clip,
int x, int y, int width, int height,
int imgc[4], int objc[4])
{
Evas_Object_Protected_Data *obj = eo_data_get(eo_obj, EVAS_OBJ_CLASS);
if (rot == 0)
{
// oringinal image object coordinate in gl coordinate