pidgin/plugins/crazychat/mat_struct.h@c1ef813bddcf
pidgin/plugins/crazychat/mat_struct.h
Sat, 09 Jun 2007 17:58:26 +0000
- author
- Stu Tomlinson <nosnilmot@pidgin.im>
- date
- Sat, 09 Jun 2007 17:58:26 +0000
- changeset 17677
- c1ef813bddcf
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Remove the following SILC account options, as suggested by Pekka Riikonen
on devel@pidgin.im:
Reject watching by other users (and not reject by default)
Reject online status attribute reqs (and not reject by default)
Block invites (and not block by default)
#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;