X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fcompanion.c;h=57f5277554ae88f725e49d819335ffef8278a9b0;hp=441028e7fbbe3a6e7524cfb05a0eb2a295cc4f94;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/glx/companion.c b/hacks/glx/companion.c index 441028e7..57f52775 100644 --- a/hacks/glx/companion.c +++ b/hacks/glx/companion.c @@ -361,6 +361,14 @@ reshape_cube (ModeInfo *mi, int width, int height) 0.0, 0.0, 0.0, 0.0, 1.0, 0.0); +# ifdef HAVE_MOBILE /* Keep it the same relative size when rotated. */ + { + int o = (int) current_device_rotation(); + if (o != 0 && o != 180 && o != -180) + glScalef (1/h, 1/h, 1/h); + } +# endif + glClear(GL_COLOR_BUFFER_BIT); }