Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 13517:fe065eb51c2e
[gaim-migrate @ 15893]
GG PRPL: Free the search form also when no users were found.
committer: Tailor Script <tailor@pidgin.im>
| author | Bartoz Oler <bartosz@pidgin.im> |
|---|---|
| date | Wed, 15 Mar 2006 12:37:43 +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;
