Mercurial > pidgin
view gtk/plugins/crazychat/mat_struct.h @ 14943:5447eef2461a
[gaim-migrate @ 17715]
gg: Don't display additional status line if buddy is offline.
committer: Tailor Script <tailor@pidgin.im>
author | Bartoz Oler <bartosz@pidgin.im> |
---|---|
date | Thu, 09 Nov 2006 22:28:56 +0000 |
parents | 009db0b357b5 |
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;