From bd0a57d9f8bc2f52ad996c2c6b51d75d3439db64 Mon Sep 17 00:00:00 2001 From: Johan Kiviniemi Date: Mon, 18 May 2009 18:50:53 +0300 Subject: [PATCH] themes: Old ImageMagick compatibility Verified to build with ImageMagick 6.2.4. Signed-off-by: Johan Kiviniemi Signed-off-by: Julien Danjou --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f97e1957..5c74fe0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -308,7 +308,7 @@ endmacro() foreach(icon ${ALL_ICONS}) # Make unfocused icons translucent a_icon_convert("_focus" "_normal" ${icon} - -evaluate Pow 2 -channel A -evaluate Multiply 0.4) + -gamma 0.6 -channel A -evaluate Multiply 0.4) endforeach() foreach(icon ${ALL_ICONS})