X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fflipflop.c;h=640f21f704f996220c2e396656b48d8d4d43c887;hb=6f5482d73adb0165c0130bb47d852644ab0c4869;hp=6f3743ccb21d6acc070b43790c758b3a822eec6d;hpb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;p=xscreensaver diff --git a/hacks/glx/flipflop.c b/hacks/glx/flipflop.c index 6f3743cc..640f21f7 100644 --- a/hacks/glx/flipflop.c +++ b/hacks/glx/flipflop.c @@ -265,6 +265,8 @@ display(Flipflopcreen *c) glLightfv(GL_LIGHT0, GL_AMBIENT, amb); + glRotatef(current_device_rotation(), 0, 0, 1); + /** setup perspectif */ glTranslatef(0.0, 0.0, -c->reldist*board_avg_size); glRotatef(22.5, 1.0, 0.0, 0.0);