Skip to content

Commit

Permalink
gl-spectrum: We don't need a visual with an alpha channel.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jlindgren90 committed Oct 27, 2018
1 parent 14f733d commit 0b9c270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glspectrum/gl-spectrum.cc
Expand Up @@ -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
Expand Down

0 comments on commit 0b9c270

Please sign in to comment.