Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : proto

Dir     : e17/proto/edje_cc


Modified Files:
        Etcher.h 


Log Message:

a bit more


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/edje_cc/Etcher.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Etcher.h    8 Sep 2004 02:11:48 -0000       1.3
+++ Etcher.h    8 Sep 2004 02:18:16 -0000       1.4
@@ -110,9 +110,16 @@
   Etcher_Text_Effect effect;
   int mouse_events;
   int repeat_events;
-  int clip_to;
+  char *clip_to;
 
-  /* FIXME dragables */
+  struct
+  {
+    signed char x, y; /* can drag in x/y, and which dir to count in */
+    struct
+    {
+      int x, y;
+    } step, count; 
+  } dragable;
 
   Evas_List *states;
 };
@@ -182,28 +189,34 @@
     unsigned char r, g, b, a;
   } color, color2, color3;
 
-  struct {
+  struct
+  {
     char           smooth; 
-    double         pos_rel_x, pos_rel_y;
-    int            pos_abs_x, pos_abs_y; 
-    double         rel_x, rel_y; 
-    int            abs_x, abs_y; 
+
+    struct
+    {
+      double x, y;
+    } pos_rel, rel;
+    struct
+    {
+      int x, y;
+    } pos_abs, abs;
   } fill;
 
   struct
   {
-    char          *text; /* if "" or NULL, then leave text unchanged */
-    char          *text_class; /* how to apply/modify the font */
-    char          *font; /* if a specific font is asked for */
+    char          *text; 
+    char          *text_class; 
+    char          *font; 
 
-    int            size; /* 0 = use user set size */
+    int            size; 
 
     struct {
       unsigned char x, y;
     } fit, min;
 
     struct {
-      double      x, y; /* text alignment within bounds */
+      double      x, y; 
     } align;
   } text;
 




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to