X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Flament.c;h=214aaf6208a5d455addf242f15224249f1370441;hp=770e13eefeffe6ec22ac0493003bf3b57f57ecfa;hb=88cfe534a698a0562e81345957a50714af1453bc;hpb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30 diff --git a/hacks/glx/lament.c b/hacks/glx/lament.c index 770e13ee..214aaf62 100644 --- a/hacks/glx/lament.c +++ b/hacks/glx/lament.c @@ -326,7 +326,7 @@ scale_for_window (ModeInfo *mi) /* Constrain it to roughly life-sized on the screen, not huge. */ # ifdef USE_IPHONE - if (size > 768) /* iPad retina */ + if (size > 768) /* iPad retina / iPhone 6 */ target_size *= 1.5; else # endif