X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fflurry.h;h=a8aca0fdbf02956e9d3a375aeb5a7b3306bc4e1d;hb=96bdd7cf6ea60c418a76921acaf0e34d6f5be930;hp=ead856e3fd194485a9bfda07ae1a2d928c77cac8;hpb=2c902d6065f9856adf31e8540a94f1e42e68e905;p=xscreensaver diff --git a/hacks/glx/flurry.h b/hacks/glx/flurry.h index ead856e3..a8aca0fd 100644 --- a/hacks/glx/flurry.h +++ b/hacks/glx/flurry.h @@ -156,7 +156,7 @@ void DrawSpark(global_info_t *info, flurry_info_t *flurry, Spark *s); /* int fieldIncoherence = 0; */ /* int ifieldSpeed = 120; */ -static __inline__ float FastDistance2D(float x, float y) +static /*inline*/ float FastDistance2D(float x, float y) { /* this function computes the distance from 0,0 to x,y with ~3.5% error */ float mn;