From 6c1e40666d3dbbfe73a7b5d3c60323d995994243 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Thu, 6 Aug 2015 09:28:03 +0200 Subject: [PATCH] snapshot: simplify filter code. --- src/bin/snapshot_widgets_file_icons.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/bin/snapshot_widgets_file_icons.c b/src/bin/snapshot_widgets_file_icons.c index c78b9d4..4bfb42f 100644 --- a/src/bin/snapshot_widgets_file_icons.c +++ b/src/bin/snapshot_widgets_file_icons.c @@ -84,10 +84,7 @@ static void _setup(void) } const char *filter = - "a = buffer { 'rgba' }" - "blend {}" - "blur { 5, dst = a }" - "blend { src = a, color = '#ff08' }" + "blur { 5, dst = a, color = '#ff08' }" ; o = eo_add(EVAS_IMAGE_CLASS, evas);