Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 11600:ae13e73e4fd9
[gaim-migrate @ 13870]
LWA_ALPHA is only defined when _WIN32_WINNT >= 0x0500
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Mon, 03 Oct 2005 12:04:57 +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;
