X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Flament.c;h=ab4bf83e1109ca7d472c34538b13459a8202f401;hp=f0526cc5fed3e5a170abdbe0a936a21a9da540b0;hb=6f5482d73adb0165c0130bb47d852644ab0c4869;hpb=c70f94f648d51bb4828193124f325fa52b0e57f3 diff --git a/hacks/glx/lament.c b/hacks/glx/lament.c index f0526cc5..ab4bf83e 100644 --- a/hacks/glx/lament.c +++ b/hacks/glx/lament.c @@ -1422,7 +1422,10 @@ draw(ModeInfo *mi) glPushMatrix(); + /* Do it twice because we don't track the device's orientation. */ + glRotatef( current_device_rotation(), 0, 0, 1); gltrackball_rotate (lc->trackball); + glRotatef(-current_device_rotation(), 0, 0, 1); /* Make into the screen be +Y right be +X, and up be +Z. */ glRotatef(-90.0, 1.0, 0.0, 0.0);