Re: [GtkGLExt] problem with g++



Hi merlin ,  please change your gears.c like following.
My friend Hiraga told me this answer!

/* line 470*/
glconfig = gdk_gl_config_new_by_mode (static_cast<GdkGLConfigMode>
                   (GDK_GL_MODE_RGB    |
                    GDK_GL_MODE_DEPTH  |
                    GDK_GL_MODE_DOUBLE) );

/* line 478 */
glconfig = gdk_gl_config_new_by_mode (static_cast<GdkGLConfigMode>
                       (GDK_GL_MODE_RGB   |
                        GDK_GL_MODE_DEPTH) );






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]