mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c
[mesa.git] / progs / trivial / line-userclip-nop.c
index eacee069789853d0acd558b26a949d1d7708e735..cebea5f4812a374f0816a0d6b55aaea5ac6d8342 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);