From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / hacks / glx / involute.h
index 341444253041d2f02e1bfd7b7e34d003569d1345..c6a3066b88fa97986e81346e994220fb6169d435 100644 (file)
@@ -1,4 +1,4 @@
-/* involute, Copyright (c) 2004-2007 Jamie Zawinski <jwz@jwz.org>
+/* involute, Copyright (c) 2004-2014 Jamie Zawinski <jwz@jwz.org>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -51,7 +51,8 @@ typedef struct {
 
   enum { INVOLUTE_SMALL, 
          INVOLUTE_MEDIUM, 
-         INVOLUTE_LARGE } size;        /* Controls complexity of mesh. */
+         INVOLUTE_LARGE, 
+         INVOLUTE_HUGE } size; /* Controls complexity of mesh. */
   GLfloat color[4];
   GLfloat color2[4];