X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fhypertorus.c;h=b4cc8afb24860239bf1e9f5ce28dd57a2b1ce561;hp=908f612e266a8002114d52aeb95ee4420acf7ff7;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hpb=dba664f31aa87285db4d76cf8c5e66335299703a diff --git a/hacks/glx/hypertorus.c b/hacks/glx/hypertorus.c index 908f612e..b4cc8afb 100644 --- a/hacks/glx/hypertorus.c +++ b/hacks/glx/hypertorus.c @@ -830,8 +830,8 @@ ENTRYPOINT void init_hypertorus(ModeInfo *mi) hp = &hyper[MI_SCREEN(mi)]; - hp->trackballs[0] = gltrackball_init(); - hp->trackballs[1] = gltrackball_init(); + hp->trackballs[0] = gltrackball_init(True); + hp->trackballs[1] = gltrackball_init(True); hp->current_trackball = 0; hp->button_pressed = False;