Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 13580:dc28bca6a7b5
[gaim-migrate @ 15962]
Fix a crash in the simple PRPL when the account is disabled while
a dns srv lookup is in progress.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 04 Apr 2006 22:13:12 +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;
