view plugins/crazychat/mat_struct.h @ 11803:b4602ccb4e69

[gaim-migrate @ 14094] sf patch #1336293, from Sadrul Habib Chowdhury Fix saving/restoring Yahoo! accounts in the away state. See the patch description for details committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 24 Oct 2005 23:13: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;