Mercurial > pidgin
view plugins/crazychat/sharky.h @ 13316:41c4b4aa523a
[gaim-migrate @ 15682]
SF Patch #1435980 from Sadrul
"A few fixes for per-account statusboxes:
1. Add properly so that the right status is set when a
status is selected from the dropdown.
2. Use the prpl-icon for per-account statusboxes.
3. Show the correct active status in the cell-view."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 22 Feb 2006 02:25:15 +0000 |
parents | ed017b9c532d |
children |
line wrap: on
line source
#include "glm.h" struct shark_struct{ GLint* faces, *lids, *fins, *eyes, *iris, *pupil; GLMmodel** m_faces, **m_lids, **m_fins, **m_eyes, **m_iris, **m_pupil; int curr_face, curr_fin, curr_left_lid, curr_right_lid, curr_right_eye, curr_left_eye, curr_pupil, eye_count; float curr_fin_angle; }; void init_shark(FACE f);