X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fcompanion.c;h=b9a290e3ba8716a606401b2d1df090e2cc615b61;hb=4ade52359b6eba3621566dac79793a33aa4c915f;hp=3dc86d832b66269d9f20a32be774de1aac771733;hpb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;p=xscreensaver diff --git a/hacks/glx/companion.c b/hacks/glx/companion.c index 3dc86d83..b9a290e3 100644 --- a/hacks/glx/companion.c +++ b/hacks/glx/companion.c @@ -19,7 +19,6 @@ #define DEFAULTS "*delay: 30000 \n" \ - "*count: 1 \n" \ "*showFPS: False \n" \ "*count: 3 \n" \ "*wireframe: False \n" \ @@ -575,8 +574,8 @@ draw_cube (ModeInfo *mi) glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glPushMatrix (); - gltrackball_rotate (bp->trackball); glRotatef(current_device_rotation(), 0, 0, 1); + gltrackball_rotate (bp->trackball); glScalef (2, 2, 2);