ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.06.tar.gz
[xscreensaver] / hacks / glx / sballs.c
index b8c3e74dac2f4774f70dd4c9a023f728aa157bd2..9e9b2e3d880a3ed2bda9ab2bfc9a8a971b46c3c8 100644 (file)
@@ -707,7 +707,7 @@ static void Init(ModeInfo * mi)
                       MI_NAME(mi),
                       polygons[object].shortname,
                       spheres,
-                      MI_CYCLES(mi),
+                      (int) MI_CYCLES(mi),
                       do_texture ? "on" : "off"
                        );
     }
@@ -855,7 +855,7 @@ void change_sballs(ModeInfo * mi)
                       MI_NAME(mi),
                       polygons[object].shortname,
                       spheres,
-                      MI_CYCLES(mi),
+                      (int) MI_CYCLES(mi),
                       do_texture ? "on" : "off"
                        );
     }