X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fboing.c;h=0ba3d913199c0d93a516ff940c5305ffb02c23e4;hp=91fd6383fbcdf0694a2c5f362e3f5c1d6c43ceeb;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/glx/boing.c b/hacks/glx/boing.c index 91fd6383..0ba3d913 100644 --- a/hacks/glx/boing.c +++ b/hacks/glx/boing.c @@ -611,12 +611,14 @@ draw_boing (ModeInfo *mi) { double rot = current_device_rotation(); glRotatef(rot, 0, 0, 1); +/* if ((rot > 45 && rot < 135) || (rot < -45 && rot > -135)) { GLfloat s = MI_WIDTH(mi) / (GLfloat) MI_HEIGHT(mi); glScalef (1/s, s, 1); } +*/ } gltrackball_rotate (bp->trackball);