Grr. Forgot to enable the "freeglut" C programming mode in EMACS, and
[freeglut] / src / freeglut_ext.c
index f6a5dad..24acc69 100644 (file)
@@ -29,8 +29,6 @@
 #include "config.h"
 #endif
 
-#define  G_LOG_DOMAIN  "freeglut-ext"
-
 #include "../include/GL/freeglut.h"
 #include "freeglut_internal.h"
 
@@ -89,6 +87,7 @@ static struct name_address_pair glut_functions[] = {
    { "glutReshapeFunc", (void *) glutReshapeFunc },
    { "glutKeyboardFunc", (void *) glutKeyboardFunc },
    { "glutMouseFunc", (void *) glutMouseFunc },
+   { "glutMouseWheelFunc", (void *) glutMouseWheelFunc },
    { "glutMotionFunc", (void *) glutMotionFunc },
    { "glutPassiveMotionFunc", (void *) glutPassiveMotionFunc },
    { "glutEntryFunc", (void *) glutEntryFunc },