commit | 477e18cb026b287e8fd0cb415b81f777fe0db39e | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keith@tungstengraphics.com> | Thu Jun 14 18:25:10 2007 +0100 |
committer | Keith Whitwell <keith@tungstengraphics.com> | Thu Jun 14 18:25:10 2007 +0100 |
tree | d1c19240e4163214e6d1db158b7f44c669be5a60 | |
parent | 943964a1e5bad86bdceb0a06d60fb3b302ebce6a [diff] [blame] |
Add GLUT_ALPHA for softpipe
diff --git a/progs/trivial/poly-unfilled.c b/progs/trivial/poly-unfilled.c index e0ae463..ae092a8 100644 --- a/progs/trivial/poly-unfilled.c +++ b/progs/trivial/poly-unfilled.c
@@ -121,7 +121,7 @@ glutInitWindowPosition(0, 0); glutInitWindowSize( 250, 250); - type = GLUT_RGB; + type = GLUT_RGB | GLUT_ALPHA; type |= (doubleBuffer) ? GLUT_DOUBLE : GLUT_SINGLE; glutInitDisplayMode(type);