pidgin/plugins/crazychat/mat_struct.h@370ee55e1acb
pidgin/plugins/crazychat/mat_struct.h
Thu, 04 Oct 2007 01:25:43 +0000
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Thu, 04 Oct 2007 01:25:43 +0000
- changeset 20846
- 370ee55e1acb
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Undock/Redock the buddy list based on the SWP_SHOWWINDOW and SWP_HIDEWINDOW attributes in a WM_WINDOWPOSCHANGING message. This doesn't appear to have any negative effects and makes Pidgin play nicer with the VirtuaWin virtual desktop manager. Fixes #2997.
#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;