From f327cd5a86b014b98671595d7510d31e93bdff13 Mon Sep 17 00:00:00 2001 From: Filippo Argiolas Date: Sat, 16 Aug 2008 09:13:39 +0200 Subject: [PATCH] [175/906] add sin effect (desaturate everything but red shades). still needs some tuning. --- tests/examples/gtk/fxtest/fxtest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/examples/gtk/fxtest/fxtest.c b/tests/examples/gtk/fxtest/fxtest.c index cc1c46a..f739540 100644 --- a/tests/examples/gtk/fxtest/fxtest.c +++ b/tests/examples/gtk/fxtest/fxtest.c @@ -176,6 +176,7 @@ main (gint argc, gchar * argv[]) gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "xpro"); gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "lumaxpro"); gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "sepia"); + gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "sin"); gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "glow"); g_signal_connect (G_OBJECT (combo), "changed", G_CALLBACK (apply_fx), filter); -- 2.7.4