Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 13044:18fc2a679e38
[gaim-migrate @ 15403]
Two things:
* Escape text displayed in the status box and the status box drop down
* Add and improve some gtkstatusbox documentation.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 26 Jan 2006 05:23:49 +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;
