Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 12647:852df2d9d4f8
[gaim-migrate @ 14985]
SF Patch #1360831 from Sadrul
"The new mail notifications (the ones that show the
from/subject fields) are displayed in one dialog. So
things get less messy you are away and a lot of
mail-notifs come in."
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Fri, 23 Dec 2005 21:10: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;
