Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 12445:de7f34c005ce
[gaim-migrate @ 14752]
Install stock_connect_16.png stock_disconnect_16.png where gtkstock.c is
expecting to find them
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Fri, 09 Dec 2005 15:01:55 +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;
