ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / glx / atlantis.h
index 413b48b853448a4ee4518baaec420f07b7c10e80..472fe528d800e38b21baffd13c8c353005317f15 100644 (file)
@@ -25,7 +25,7 @@
  * Thanks goes also to Brian Paul for making it possible and inexpensive
  * to use OpenGL at home.
  *
- * My e-mail address is lassauge@sagem.fr
+ * My e-mail address is lassauge@users.sourceforge.net
  *
  * Eric Lassauge  (May-13-1998)
  *
@@ -98,6 +98,8 @@ typedef struct {
        fishRec     momWhale;
        fishRec     babyWhale;
        fishRec     dolph;
+
+        XImage     *texture;      /* water distortion overlay bits */
 } atlantisstruct;
 
 extern void FishTransform(fishRec *);