X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fxsublim.c;h=9f93758a14ca6acba21aa1cea45ab325d3f7af1f;hp=b4cd5ba212d42f2c984656e8e45fbda792b42d1c;hb=0ed85ca0e4b0eae40a4f50a51d63f2f41e45373a;hpb=72c1f4c1dc6ab07fe121a327ff1c30bf51ef74c1 diff --git a/hacks/xsublim.c b/hacks/xsublim.c index b4cd5ba2..9f93758a 100644 --- a/hacks/xsublim.c +++ b/hacks/xsublim.c @@ -458,8 +458,10 @@ int main(int argc,char* argv[]) signal(sig_Number,xsublim_Sig_Catch); } - /* Randomize */ - srandom((int)time((time_t*)0)); + /* Randomize -- only need to do this here because this program + doesn't use the `screenhack.h' or `lockmore.h' APIs. */ +# undef ya_rand_init + ya_rand_init ((int) time ((time_t *) 0)); /* Handle all the X nonsense */ #if defined(__sgi)