summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-07-29 14:57:05 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-07-29 14:57:05 -0700
commit61e4248f8f6ae8a8f40550cc0800e5190cd1dc09 (patch)
tree07d964042985825b97f51b3744977c25b685b2f1 /opengl/libagl
parent2af1b3db3d4f687d008db74b150f149e956b4bc6 (diff)
parenta8675f67e33bc7337d148358783b0fd138b501ff (diff)
downloadframeworks_base-61e4248f8f6ae8a8f40550cc0800e5190cd1dc09.zip
frameworks_base-61e4248f8f6ae8a8f40550cc0800e5190cd1dc09.tar.gz
frameworks_base-61e4248f8f6ae8a8f40550cc0800e5190cd1dc09.tar.bz2
merge from donut
Diffstat (limited to 'opengl/libagl')
-rw-r--r--opengl/libagl/egl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp
index c44478d..4461567 100644
--- a/opengl/libagl/egl.cpp
+++ b/opengl/libagl/egl.cpp
@@ -1103,7 +1103,7 @@ EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list,
// default value
if (binarySearch<config_pair_t>(
(config_pair_t const*)attrib_list,
- 0, numAttributes,
+ 0, numAttributes-1,
config_defaults[j].key) < 0)
{
for (int i=0 ; i<numConfigs ; i++) {