Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 12898:e3b4e6787dff
[gaim-migrate @ 15251]
SF Patch #1406080 from Sadrul. This fixes the prototype on the drawing-tooltip callback.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 17 Jan 2006 00:20:13 +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;
