pidgin/plugins/crazychat/mat_struct.h@eda46d7224d7
pidgin/plugins/crazychat/mat_struct.h
Tue, 14 Jun 2016 17:49:08 -0400
- author
- Youness Alaoui <kakaroto@kakaroto.homelinux.net>
- date
- Tue, 14 Jun 2016 17:49:08 -0400
- branch
- release-2.x.y
- changeset 37697
- eda46d7224d7
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
oscar: Adding kerberos-based authentication
This is a port to 2.x.y of the oscar_auth branch from PR 69 :
https://bitbucket.org/pidgin/main/pull-requests/69
#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;