http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.16.tar.gz
[xscreensaver] / hacks / glx / bouncingcow.c
index 667dd1e8486ca8a473ea5cf14f94fe3ad8161554..3f85b598bba753686ba761146d19b1e5476f28f0 100644 (file)
@@ -1,4 +1,4 @@
-/* bouncingcow, Copyright (c) 2003 Jamie Zawinski <jwz@jwz.org>
+/* bouncingcow, Copyright (c) 2003, 2004 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
@@ -104,8 +104,8 @@ static XrmOptionDescRec opts[] = {
 };
 
 static argtype vars[] = {
-  {(caddr_t *) &speed,      "speed",      "Speed",   DEF_SPEED,     t_Float},
-  {(caddr_t *) &do_texture, "texture",    "Texture", DEF_TEXTURE,   t_String},
+  {&speed,      "speed",      "Speed",   DEF_SPEED,     t_Float},
+  {&do_texture, "texture",    "Texture", DEF_TEXTURE,   t_String},
 };
 
 ModeSpecOpt sws_opts = {countof(opts), opts, countof(vars), vars, NULL};