Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 12441:d7dc4b33fd69
[gaim-migrate @ 14748]
Fix an abuse of g_return_val_if_fail, gaim_status_get_attr_value is called
on statuses that may not have the attribute set.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Fri, 09 Dec 2005 12:46:24 +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;
