view plugins/crazychat/mat_struct.h @ 12793:339c7dda758d

[gaim-migrate @ 15140] Part of SF Patch #1400162 from Sadrul "gtk_label_set_mnemonic_widget is available in all gtk+ 2.x. I forgot to remove the def-checks when I changed from gtk_widget_add_mnemonic_label." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 09 Jan 2006 15:23:42 +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;