X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Flament.c;h=ffc3c7886ae42c57a71bd0da2ad126ba4911e5d6;hp=bb6f219987796f0738ceab351da653df896280b7;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hpb=96a411663168b0ba5432b407a83be55f3df0c802 diff --git a/hacks/glx/lament.c b/hacks/glx/lament.c index bb6f2199..ffc3c788 100644 --- a/hacks/glx/lament.c +++ b/hacks/glx/lament.c @@ -98,7 +98,7 @@ static XrmOptionDescRec opts[] = { }; static argtype vars[] = { - {(caddr_t *) &do_texture, "texture", "Texture", DEF_TEXTURE, t_Bool}, + {&do_texture, "texture", "Texture", DEF_TEXTURE, t_Bool}, }; ModeSpecOpt lament_opts = {countof(opts), opts, countof(vars), vars, NULL};