X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fhilbert.c;h=d8966f45c339eed72cc0e5f09c2079ffb531c598;hp=c9ee163f648c4e73d6f89675330dd24a5e9e9620;hb=6f5482d73adb0165c0130bb47d852644ab0c4869;hpb=c70f94f648d51bb4828193124f325fa52b0e57f3 diff --git a/hacks/glx/hilbert.c b/hacks/glx/hilbert.c index c9ee163f..d8966f45 100644 --- a/hacks/glx/hilbert.c +++ b/hacks/glx/hilbert.c @@ -1017,7 +1017,10 @@ draw_hilbert (ModeInfo *mi) (y - 0.5) * 8, (z - 0.5) * 15); + /* Do it twice because we don't track the device's orientation. */ + glRotatef( current_device_rotation(), 0, 0, 1); gltrackball_rotate (bp->trackball); + glRotatef(-current_device_rotation(), 0, 0, 1); get_rotation (bp->rot, &x, &y, &z, !bp->button_down_p);