-
After being pressed once, an opengl-capable gtk drawing area captures mouse events from all the window. The following small c99 program illustrate this.
2009-11-06 14:44:39 UTC by michaelivko
-
Is the signature for the "display" callback in GLScene correct? The OpenGL "display" callback has signature "void foo(void)".
2009-11-03 17:49:21 UTC by albacorela
-
line 47 says "glLIghtModel(" but should be "glLightModelfv(" I belive.
2009-11-03 15:53:32 UTC by albacorela
-
Seems I'd reported this already. Sorry for the dup.
2009-09-29 18:28:42 UTC by ronis
-
Trying to build gives:
gdkglwindow.c: In function 'gdk_window_set_gl_capability':
gdkglwindow.c:743: error: dereferencing pointer to incomplete type
gdkglwindow.c:749: error: dereferencing pointer to incomplete type
(gtk+-2.18.0 is what's being used here).
Looks like some sort of typedef has been deprecated.
2009-09-29 18:26:31 UTC by ronis
-
I'm trying to rebuild 1.2.0 for gnome-2.28 (which now uses gtk+-2.18.0). The build dies with:
gdkglwindow.c: In function 'gdk_window_set_gl_capability':
gdkglwindow.c:743: error: dereferencing pointer to incomplete type
gdkglwindow.c:749: error: dereferencing pointer to incomplete type
Sounds like something has been deprecated and a typdef or macro no longer is defined.
2009-09-23 21:26:17 UTC by ronis
-
patch for 1.2 released
download and decompress gtkglext 1.2.0
download and decompress patch
go to gtkglext folder and patch with "patch -p1"
./configure --target-quartz.
2009-08-25 09:47:41 UTC by agruzdev
-
gtkglext links to pangox without using it. I'm planning to remove pangox.
Please remove the dependency. Worse, it's publishing it in its .pc file, so
all gtkglext-using apps also have an unused dep on pangox.
2009-08-10 15:50:30 UTC by behdad
-
If the configure is launched under mingw+msys, you get this error message:
checking for BASE_DEPENDENCIES... configure: error: Package requirements (gtk+-2
.0 >= 2.0.0 gdk-2.0 >= 2.0.0 pango >= 1.0.0 pangox >= 1.0.0 gmodule-2.0 >= 2.0.0
) were not met:
No package 'pangox' found
Actually it will never work in this manner, because pangox does not exist under mingw; it must test...
2009-07-02 11:43:21 UTC by carlo_bramini
-
GtkGLExt does not seem to work with newer versions of Pango.
I keep getting the error: "GdkGLExt-WARNING **: cannot load PangoFont"
I tried the Windows binaries at: http://www.bonifazi.eu/appunti/2008/02/gtk-glade-gtkglext-all-in-one-windows.html
I downloaded the installer that includes Gtk+, Glade and GtkGlext.
When I try to open font.exe from the examples, I get this error...
2009-05-29 11:24:46 UTC by radon71141078