Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 672262 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/glspectrum/gl-spectrum.cc (-1 / +1 lines)
Lines 300-306 static void widget_realized () Link Here
300
     GLX_RED_SIZE, 1,
300
     GLX_RED_SIZE, 1,
301
     GLX_GREEN_SIZE, 1,
301
     GLX_GREEN_SIZE, 1,
302
     GLX_BLUE_SIZE, 1,
302
     GLX_BLUE_SIZE, 1,
303
     GLX_ALPHA_SIZE, 1,
303
     GLX_ALPHA_SIZE, 0,
304
     GLX_DOUBLEBUFFER,
304
     GLX_DOUBLEBUFFER,
305
     GLX_DEPTH_SIZE, 1,
305
     GLX_DEPTH_SIZE, 1,
306
     None
306
     None

Return to bug 672262