changeset 176:c93118f6ef27 trunk

[svn] - update Mosaic effect helptext.
author nenolod
date Wed, 01 Nov 2006 01:03:30 -0800
parents 5635841a0686
children 6880934d11bf
files ChangeLog src/paranormal/general.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 01 01:00:19 2006 -0800
+++ b/ChangeLog	Wed Nov 01 01:03:30 2006 -0800
@@ -1,3 +1,11 @@
+2006-11-01 09:00:19 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [350]
+  - make mosaic sizable.
+  
+  trunk/src/paranormal/general.c |   24 ++++++++++++++++--------
+  1 file changed, 16 insertions(+), 8 deletions(-)
+
+
 2006-11-01 08:54:36 +0000  William Pitcock <nenolod@nenolod.net>
   revision [348]
   - mosaic effect (in progress, custom size will be in the next commit)
--- a/src/paranormal/general.c	Wed Nov 01 01:00:19 2006 -0800
+++ b/src/paranormal/general.c	Wed Nov 01 01:03:30 2006 -0800
@@ -143,7 +143,7 @@
 
 struct pn_actuator_desc builtin_general_mosaic = 
 {
-  "general_mosaic", "Mosaic", "A simple 6 pixel radius Mosaic",
+  "general_mosaic", "Mosaic", "A simple mosaic effect.",
   0, general_mosaic_opts,
   NULL, NULL, general_mosaic_exec
 };