opnsense-ports/graphics/rayshade/files/patch-libray_liblight_extended.c
Franco Fichtner 0a966845f4 */*: sync with upstream
Taken from: FreeBSD
2023-05-18 21:42:17 +02:00

11 lines
329 B
C

--- libray/liblight/extended.c.orig 1992-02-10 03:03:43 UTC
+++ libray/liblight/extended.c
@@ -54,7 +54,7 @@ ExtendedMethods()
/*
* Compute intensity ('color') of extended light source 'lp' from 'pos'.
*/
-static int
+int
ExtendedIntens(lp, lcolor, cache, ray, dist, noshadow, color)
Extended *lp;
Color *lcolor, *color;