X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Ftopblock.c;h=eed2fd54f775fa0522bbb19a2fcf54ed88613b02;hp=1b18a54715ab1be0a7cee516d33634d32b1907a6;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc 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 */