Mercurial > pidgin
view plugins/crazychat/mat_struct.h @ 12726:868d574dd83e
[gaim-migrate @ 15070]
Fix this off-by-one bug that resulted from my removal of GAIM_STATUS_UNSET:
(18:26:53) NSA_: go into the saved status editor and choose some status to edit. then for "Status:" select one and save the status. it will select the value for the index-1 in that select box
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 05 Jan 2006 00:39:52 +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;
