From 6123a81aecc4e3cd6c47c908fb7e9010d3d64798 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 16 Feb 2015 17:35:10 +0100 Subject: Vectorize color clipping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces redundant code with one function. Oddly this fixes rendering with earlyclip – not sure why. Drop transparency and channel settings (always transparent, always four channels). --- private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'private.h') diff --git a/private.h b/private.h index b568d8e..1f27600 100644 --- a/private.h +++ b/private.h @@ -20,7 +20,7 @@ #define private_included #include "flam3.h" -#include "config.h" +#include "build/config.h" #include #include -- cgit v1.2.3