commit | bf41b11ef889b69a5ef75a2e223c95c5cfc5731c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Apr 09 13:37:34 2010 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Apr 09 14:26:07 2010 -0700 |
tree | c0c70812d2abe38dd1cabf14488d15a4b1500ead | |
parent | 83e08455d9d114c2e143a0fc2a98de8df290330f [diff] [blame] |
small cleanup. gEGLImpl should have been static also added a ctor to initialized it in case we use it ont he stack one day. Change-Id: I2736b9bce3d8ba3b74fd029de4c18cca2cdbbf60
diff --git a/opengl/libs/egl_impl.h b/opengl/libs/egl_impl.h index 1fba209..c8f529a 100644 --- a/opengl/libs/egl_impl.h +++ b/opengl/libs/egl_impl.h
@@ -31,6 +31,7 @@ struct egl_connection_t { + inline egl_connection_t() : dso(0) { } void * dso; gl_hooks_t * hooks[2]; EGLint major;