X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fcompanion.c;h=b9a290e3ba8716a606401b2d1df090e2cc615b61;hb=4ade52359b6eba3621566dac79793a33aa4c915f;hp=e6e14733700efd7496098ddd3763e7e186830680;hpb=ec8d2b32b63649e6d32bdfb306eda062769af823;p=xscreensaver diff --git a/hacks/glx/companion.c b/hacks/glx/companion.c index e6e14733..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,6 +574,7 @@ draw_cube (ModeInfo *mi) glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glPushMatrix (); + glRotatef(current_device_rotation(), 0, 0, 1); gltrackball_rotate (bp->trackball); glScalef (2, 2, 2);