comparison pidgin/plugins/crazychat/eye.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 5fe8042783c1
children
comparison
equal deleted inserted replaced
31533:44f53d3fc54f 31534:a8cc50c2279f
1 /* 1 /*
2 This file was produced by Deep Exploration Plugin: CPP Export filter. 2 This file was produced by Deep Exploration Plugin: CPP Export filter.
3 3
4 Deep Exploration 4 Deep Exploration
5 5
6 Copyright (c) 1999-2003 Right Hemisphere, Inc 6 Copyright (c) 1999-2003 Right Hemisphere, Inc
7 7
8 WWW http://www.righthemisphere.com/dexp.htm 8 WWW http://www.righthemisphere.com/dexp.htm
9 eMail support@righthemisphere.com 9 eMail support@righthemisphere.com
10 */ 10 */
11 //#include <windows.h> 11 //#include <windows.h>
12 #include <GL/gl.h> 12 #include <GL/gl.h>
13 #include <GL/glu.h> 13 #include <GL/glu.h>
14 14
15 #include <math.h> 15 #include <math.h>
16 16
17 typedef struct sample_MATERIAL{ 17 typedef struct sample_MATERIAL{
18 GLfloat ambient[3]; 18 GLfloat ambient[3];
19 GLfloat diffuse[3]; 19 GLfloat diffuse[3];
20 GLfloat specular[3]; 20 GLfloat specular[3];