X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Ftopblock.c;h=eed2fd54f775fa0522bbb19a2fcf54ed88613b02;hb=refs%2Fheads%2Fmaster2;hp=1b18a54715ab1be0a7cee516d33634d32b1907a6;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;p=xscreensaver diff --git a/hacks/glx/topblock.c b/hacks/glx/topblock.c index 1b18a547..eed2fd54 100644 --- a/hacks/glx/topblock.c +++ b/hacks/glx/topblock.c @@ -47,7 +47,7 @@ History #ifdef USE_GL /* whole file */ -#ifndef HAVE_COCOA +#ifndef HAVE_JWXYZ # include #endif @@ -327,6 +327,15 @@ draw_topBlock (ModeInfo *mi) /* rotate the world */ glRotatef(tb->rotation, 0.0, 0.0, 1.0); +# ifdef HAVE_MOBILE /* Keep it the same relative size when rotated. */ + { + GLfloat h = MI_HEIGHT(mi) / (GLfloat) MI_WIDTH(mi); + int o = (int) current_device_rotation(); + if (o != 0 && o != 180 && o != -180) + glScalef (1/h, 1/h, 1/h); + } +# endif + llCurrent = tb->blockNodeRoot; if (drawCarpet) { /* center carpet */