view plugins/crazychat/mat_struct.h @ 12393:a2f7bb907926

[gaim-migrate @ 14700] This changes gaim_got_infoblock to only try to set the message on a buddy if a message was actually received. This fixes a crash when G_DISABLE_CHECKS is defined. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 08 Dec 2005 05:10:50 +0000
parents ed017b9c532d
children
line wrap: on
line source

#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;