commit | 8c12c7aec3fdbccfa8161c2c12131d590a9b5ce8 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Aug 07 16:37:21 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Aug 07 16:37:21 2009 -0700 |
tree | 4c68d57ec659dc3b8691508f9d55c7c79a55721a | |
parent | 42db9dcea2e6b9f60f07a3e9e2d6fbc196082284 [diff] |
added EGLUtils::strerror
diff --git a/include/ui/EGLUtils.h b/include/ui/EGLUtils.h index 48777b6..a5bff81 100644 --- a/include/ui/EGLUtils.h +++ b/include/ui/EGLUtils.h
@@ -31,6 +31,8 @@ { public: + static const char *strerror(EGLint err); + static status_t selectConfigForPixelFormat( EGLDisplay dpy, EGLint const* attrs,