X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fatlantis.h;h=472fe528d800e38b21baffd13c8c353005317f15;hp=413b48b853448a4ee4518baaec420f07b7c10e80;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=df7adbee81405e2849728a24b498ad2117784b1f diff --git a/hacks/glx/atlantis.h b/hacks/glx/atlantis.h index 413b48b8..472fe528 100644 --- a/hacks/glx/atlantis.h +++ b/hacks/glx/atlantis.h @@ -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 *);