commit | eada5b81deafbfbea76a2da269c763fa0d83196b | [log] [tgz] |
---|---|---|
author | Yochai Shefi Simchon <joch@graphtech.co.il> | Sun May 22 13:11:30 2011 +0300 |
committer | Yochai Shefi Simchon <joch@graphtech.co.il> | Tue May 31 14:59:20 2011 +0300 |
tree | 8364a656d82a3913cdbf23c013703e9b0402c613 | |
parent | 094026698e8e1401cd01ddb7740708546ec9db36 [diff] |
ThreadInfo- use explicit rather than void pointers Replace the void* pointers with explicit pointers for EglContext, EglDisplay and GLEScontext. Use forward declarations. This is to improve finding errors in compile time rather than on run time. Change-Id: Iaec3c36c1e12f36b37d34f68e9d8aa58ff1b30c0