pidgin/plugins/crazychat/mat_struct.h@e75c3336b42a
pidgin/plugins/crazychat/mat_struct.h
Thu, 04 Mar 2010 22:35:32 +0000
- author
- Marcus Lundblad <malu@pidgin.im>
- date
- Thu, 04 Mar 2010 22:35:32 +0000
- changeset 29815
- e75c3336b42a
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Allow showing moods for buddies when signed on using an XMPP account not
supporting PEP.
Also remove the mentioning of return NULL for _get_moods to indicate not
supporting setting moods on an account, since there is now a connection flag
for it, and an account can receive moods even though it can't set them (in the
XMPP case).
Also fixes a crash in buddy tooltip.
#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;