Re: [GtkGLExt] problem with g++
- From: yoshiki tanaka <yoshiki sagalab csse muroran-it ac jp>
- To: mbontorin gmail com
- Cc: gtkglext-list gnome org
- Subject: Re: [GtkGLExt] problem with g++
- Date: Wed, 21 Sep 2005 16:06:20 +0900
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]