pidgin/plugins/crazychat/mat_struct.h@e84d156a37d2
pidgin/plugins/crazychat/mat_struct.h
Sun, 22 Jul 2007 08:14:16 +0000
- author
- Sean Egan <seanegan@pidgin.im>
- date
- Sun, 22 Jul 2007 08:14:16 +0000
- changeset 18869
- e84d156a37d2
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
revert 'no visible tabs when only one conversation' as it proved unpopular. Made tabs only fill the entire width of the notebook when there's only one tab to avoid http://pidgin.im/~deryni/that_just_looks_dumb.png
#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;