[gegl-gtk] Revert "gegl-gtk-warp: Don't define GeglWarpBehavior"



commit fe3f7b112dcf0c0163d15695bccb0c3370d5e56a
Author: Jon Nordby <jononor gmail com>
Date:   Tue Jun 19 10:23:34 2012 +0200

    Revert "gegl-gtk-warp: Don't define GeglWarpBehavior"
    
    This reverts commit 7023bdce1069297e6ffb4d0b0eb5a024b9b1bd56.
    
    No longer defined in git master. This means gegl-gtk no longer
    builds against GEGL 0.2 though

 examples/c/gegl-gtk-warp.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/examples/c/gegl-gtk-warp.c b/examples/c/gegl-gtk-warp.c
index 588ee17..1ec1d31 100644
--- a/examples/c/gegl-gtk-warp.c
+++ b/examples/c/gegl-gtk-warp.c
@@ -22,6 +22,18 @@
 #include <gtk/gtk.h>
 #include <gegl-gtk.h>
 
+/* gegl */
+typedef enum
+{
+  GEGL_WARP_BEHAVIOR_MOVE,
+  GEGL_WARP_BEHAVIOR_GROW,
+  GEGL_WARP_BEHAVIOR_SHRINK,
+  GEGL_WARP_BEHAVIOR_SWIRL_CW,
+  GEGL_WARP_BEHAVIOR_SWIRL_CCW,
+  GEGL_WARP_BEHAVIOR_ERASE,
+  GEGL_WARP_BEHAVIOR_SMOOTH
+} GeglWarpBehavior;
+
 /* Tool */
 static gdouble         cursor_x; /* Hold the cursor x position */
 static gdouble         cursor_y; /* Hold the cursor y position */



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