Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 11999:ea5e84686331
[gaim-migrate @ 14292]
This makes tcl/tk buildable for me when using -Werror at configure time.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Sun, 06 Nov 2005 23:56:40 +0000 |
| parents | ed017b9c532d |
| children |
line wrap: on
line source
#include <GL/gl.h> #include <GL/glu.h> typedef struct sample_MATERIAL{ GLfloat ambient[3]; GLfloat diffuse[3]; GLfloat specular[3]; GLfloat emission[3]; GLfloat alpha; GLfloat phExp; int texture; }sample_MATERIAL;
