[gegl] operations: wind: use GeglWindEdge enum order the same as the original gimp plug-in



commit 62c03711fd2da7cad0d7c8bcf3b02afbb83e5db4
Author: Thomas Manni <thomas manni free fr>
Date:   Thu Jun 11 11:03:29 2015 +0200

    operations: wind: use GeglWindEdge enum order the same as the original gimp plug-in

 operations/common/wind.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/wind.c b/operations/common/wind.c
index 9062f9a..1397e5e 100644
--- a/operations/common/wind.c
+++ b/operations/common/wind.c
@@ -37,9 +37,9 @@ enum_start (gegl_wind_direction)
 enum_end (GeglWindDirection)
 
 enum_start (gegl_wind_edge)
+  enum_value (GEGL_WIND_EDGE_BOTH, "both", N_("Both"))
   enum_value (GEGL_WIND_EDGE_LEADING, "leading", N_("Leading"))
   enum_value (GEGL_WIND_EDGE_TRAILING, "trailing", N_("Trailing"))
-  enum_value (GEGL_WIND_EDGE_BOTH, "both", N_("Both"))
 enum_end (GeglWindEdge)
 
 property_enum (style, _("Style"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]