From 094026698e8e1401cd01ddb7740708546ec9db36 Mon Sep 17 00:00:00 2001 From: Yochai Shefi Simchon Date: Wed, 18 May 2011 16:23:07 +0300 Subject: [PATCH] Fix version returned by eglInitialize from 4.1 to 1.4. Change-Id: I43f3512374f546a81b7cfbba8959ce9f0ed7fe53 --- tools/emulator/opengl/host/libs/Translator/EGL/EglImp.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/emulator/opengl/host/libs/Translator/EGL/EglImp.cpp b/tools/emulator/opengl/host/libs/Translator/EGL/EglImp.cpp index 0dca2af06..0c3150fed 100644 --- a/tools/emulator/opengl/host/libs/Translator/EGL/EglImp.cpp +++ b/tools/emulator/opengl/host/libs/Translator/EGL/EglImp.cpp @@ -37,9 +37,8 @@ #include "EglConfig.h" #include "EglOsApi.h" - -#define MINOR 1 -#define MAJOR 4 +#define MAJOR 1 +#define MINOR 4 //declarations