mesa: remove 'struct' from texenv_fragment_program
authorBrian Paul <brianp@vmware.com>
Mon, 24 Sep 2012 21:23:20 +0000 (15:23 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 25 Sep 2012 14:23:18 +0000 (08:23 -0600)
commit68a4bb553bcd51d336d95b0c845c0dc63adc3bd3
tree0a625a88aba9beedac0dc1a5ec06059d1d31d739
parent097b4a3b28ecab81b356b86f04a939d24b94ae77
mesa: remove 'struct' from texenv_fragment_program

texenv_fragment_program is declared as a class.  Fixes warnings with MSVC.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/ff_fragment_shader.cpp