plugins/crazychat/mat_struct.h@bdae40bccd7f
plugins/crazychat/mat_struct.h
Thu, 17 Aug 2006 22:42:28 +0000
- author
- Dan Winship
- date
- Thu, 17 Aug 2006 22:42:28 +0000
- changeset 14231
- bdae40bccd7f
- parent 11218
-
886e6862af56
- permissions
- -rw-r--r--
[gaim-migrate @ 16819]
Patch to eggtrayicon by Dan Winship makes icon transparent
committer: Sean Egan <seanegan@pidgin.im>
#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;