diff src/paranormal/xform.c @ 155:adf9f4b26039 trunk

[svn] - user-friendly names (UI side unimplemented still)
author nenolod
date Tue, 31 Oct 2006 12:07:32 -0800
parents fd9c0a5871ac
children 0d826917c56f
line wrap: on
line diff
--- a/src/paranormal/xform.c	Tue Oct 31 01:29:30 2006 -0800
+++ b/src/paranormal/xform.c	Tue Oct 31 12:07:32 2006 -0800
@@ -180,7 +180,8 @@
 
 struct pn_actuator_desc builtin_xform_spin =
 {
-  "xform_spin", "Rotates and radially scales the image",
+  "xform_spin", "Spin Transform", 
+  "Rotates and radially scales the image",
   0, xform_spin_opts,
   xform_spin_init, xform_spin_cleanup, xform_spin_exec
 };
@@ -280,7 +281,7 @@
 
 struct pn_actuator_desc builtin_xform_ripple =
 {
-  "xform_ripple", "Creates an ripple effect",
+  "xform_ripple", "Ripple Transform", "Creates an ripple effect",
   0, xform_ripple_opts,
   xform_ripple_init, xform_ripple_cleanup, xform_ripple_exec
 };
@@ -375,7 +376,8 @@
 
 struct pn_actuator_desc builtin_xform_bump_spin =
 {
-  "xform_bump_spin", "Rotate the image at a varying speed to create "
+  "xform_bump_spin", "Bump Transform", 
+  "Rotate the image at a varying speed to create "
   "the illusion of bumps",
   0, xform_bump_spin_opts,
   xform_bump_spin_init, xform_bump_spin_cleanup, xform_bump_spin_exec