ftp://ftp.jp.xemacs.org/pub/NetBSD/packages/distfiles/xscreensaver-4.15.tar.gz
[xscreensaver] / hacks / glx / bouncingcow.c
index 667dd1e8486ca8a473ea5cf14f94fe3ad8161554..a12beca6ccf19e1898fc60efe1808c46b0324844 100644 (file)
@@ -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};