pidgin/plugins/crazychat/mat_struct.h@333351a5424c
pidgin/plugins/crazychat/mat_struct.h
Thu, 22 Dec 2011 01:27:58 +0000
- author
- Brad Smith <brad@comstyle.com>
- date
- Thu, 22 Dec 2011 01:27:58 +0000
- branch
- release-2.x.y
- changeset 33280
- 333351a5424c
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Add support for selecting the sndio backends in the VV config plugin.
Fixes #14414.
committer: Elliott Sales de Andrade <qulogic@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;