view pidgin/plugins/crazychat/doggy.h @ 21582:b00659aa0acf

Fix showing groups that contain offline buddies that have the "Show when offline" option enabled but there are no other online buddies already in the group. Fixes: #3990
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Nov 2007 17:34:39 +0000
parents 5fe8042783c1
children
line wrap: on
line source

#include "glm.h"

struct doggy_struct{
	GLint* faces, *lids, *ears, *eyes, *iris, *pupil;
	GLMmodel** m_faces, **m_lids, **m_ears, **m_eyes, **m_iris, **m_pupil;
	int curr_face, curr_ear, curr_left_lid, curr_right_lid, curr_right_eye, curr_left_eye, curr_pupil, eye_count;
	float curr_ear_angle;
};

void init_dog(FACE f);