mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c
[mesa.git] / progs / trivial / line-userclip-nop-clip.c
index e2e0b85a522eac4ab1db26375cc8220cb598118f..a6ee44fbd0f5600ea5bbde3ad03fcb3f02272233 100644 (file)
@@ -124,7 +124,7 @@ int main(int argc, char **argv)
 
     glutInitWindowPosition(0, 0); glutInitWindowSize( 250, 250);
 
-    type = GLUT_RGB;
+    type = GLUT_RGB | GLUT_ALPHA;
     type |= (doubleBuffer) ? GLUT_DOUBLE : GLUT_SINGLE;
     glutInitDisplayMode(type);