Displaying 1 result from an estimated 1 matches for "opengl_multiple_context".
2008 Jul 06
0
mulitple OpenGL contexts in single window
...is that any resize of the widgets causes X to
hang for a second or two. After that, one of the OpenGL windows no
longer gets properly updated.
I've attached a single example in C using GTK+ & GtkGLExt to
demonstrate the problem. Maybe someone else can reproduce it. To
compile:
gcc opengl_multiple_context.c `pkg-config gtk+-2.0,gtkglext-1.0 --libs
--cflags`
This opens a window with two OpenGL contexts in a HPaned widget. Just
drag the separator handle across to get the odd behaviour.
Obviously I can't rule out a bug in GtkGLExt, but the fact that the
problem only occurs within compiz sug...