Change animated apps to double-buffered visuals by default.
diff --git a/progs/samples/star.c b/progs/samples/star.c
index 180585e..62d7d85 100644
--- a/progs/samples/star.c
+++ b/progs/samples/star.c
@@ -281,7 +281,7 @@
 {
     GLint i;
 
-    doubleBuffer = GL_FALSE;
+    doubleBuffer = GL_TRUE;
 
     for (i = 1; i < argc; i++) {
 	if (strcmp(argv[i], "-sb") == 0) {