@@ -, +, @@ gl-spectrum: We don't need a visual with an alpha channel. This change was suggested by email without much extra info, but apparently fixes a BadMatch error for someone. If this causes trouble, don't hesitate to revert. --- a/src/glspectrum/gl-spectrum.cc +++ a/src/glspectrum/gl-spectrum.cc @@ -300,7 +300,7 @@ static void widget_realized () GLX_RED_SIZE, 1, GLX_GREEN_SIZE, 1, GLX_BLUE_SIZE, 1, - GLX_ALPHA_SIZE, 1, + GLX_ALPHA_SIZE, 0, GLX_DOUBLEBUFFER, GLX_DEPTH_SIZE, 1, None