Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 13416:7d1ebac854ba
[gaim-migrate @ 15791]
Assuming that a converation has a valid gc is a fair assumption, I think. If you disagree, we can add a g_return_if_fail() higher up instead.
Resolves CID 65
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 07 Mar 2006 01:54:09 +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;
