Mercurial > pidgin.yaz
view plugins/crazychat/models.h @ 11734:2f6b4c544d5b
[gaim-migrate @ 14025]
Is there a reason these were done using a g_timeout? It was causing a
crash for me. To reproduce:
1. Sign on an IRC account on freenode with a nick that is registered
with nickserv
2. You are sent messages from 2 people: nickserv and I think memoserv
3. Without looking at the second tab, close the conversation window
From the bt, it looked like the window would get closed, then a g_timeout
would be called and passed a pointer to the now non-existant
GaimGtkWindow
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 23 Oct 2005 02:41:51 +0000 |
parents | ed017b9c532d |
children |
line wrap: on
line source
#include"glm.h" #include <GL/gl.h> #include <GL/glu.h> void init_lists(GLint** lists, GLMmodel*** models, int num_lists, char* name, float my_scale); int compute_lid(BOOL open, int curr_lid, int max); void apply_output_mode(FACE f, GLfloat* angle, GLfloat* yangle, BOOL* left_open, BOOL* right_open, GLfloat* open, DIRECTION* dir);