Re: [Mesa-dev] [PATCH 3/5] egl/android: Rename var in droid_add_configs_for_visuals()

2017-06-21 Thread Eric Engestrom
On Friday, 2017-06-16 19:37:48 -0700, Chad Versace wrote: > Rename 'config' to 'config_count'. I didn't understand what the variable I think you mean "Rename 'count' to 'config_count'" :) Agreed with Emil about making the same change across all platforms (one of these days I'll dedup those,

[Mesa-dev] [PATCH 3/5] egl/android: Rename var in droid_add_configs_for_visuals()

2017-06-16 Thread Chad Versace
Rename 'config' to 'config_count'. I didn't understand what the variable did until I untangled the for-loops. Now the next person won't have that problem. --- src/egl/drivers/dri2/platform_android.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git