pidgin/plugins/crazychat/mat_struct.h@8c76dc27a5c1
pidgin/plugins/crazychat/mat_struct.h
Sat, 10 Nov 2007 22:28:55 +0000
- author
- Stu Tomlinson <nosnilmot@pidgin.im>
- date
- Sat, 10 Nov 2007 22:28:55 +0000
- changeset 21474
- 8c76dc27a5c1
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Fix for the crash reported by WormFood in #pidgin when right clicking on
the info pane for a conversation when the account is disconnected.
#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;