X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Finvolute.h;h=c6a3066b88fa97986e81346e994220fb6169d435;hp=341444253041d2f02e1bfd7b7e34d003569d1345;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e diff --git a/hacks/glx/involute.h b/hacks/glx/involute.h index 34144425..c6a3066b 100644 --- a/hacks/glx/involute.h +++ b/hacks/glx/involute.h @@ -1,4 +1,4 @@ -/* involute, Copyright (c) 2004-2007 Jamie Zawinski +/* involute, Copyright (c) 2004-2014 Jamie Zawinski * * 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];