Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        Edje.h edje_callbacks.c edje_private.h 


Log Message:


build cross-compiled version. edje on ipaq's :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/Edje.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Edje.h      8 Jul 2003 10:08:15 -0000       1.8
+++ Edje.h      10 Jul 2003 13:34:04 -0000      1.9
@@ -25,7 +25,12 @@
    void         edje_object_part_geometry_get   (Evas_Object *o, const char *part, 
double *x, double *y, double *w, double *h);
    void         edje_object_part_text_set       (Evas_Object *o, const char *part, 
const char *text);
    const char  *edje_object_part_text_get       (Evas_Object *o, const char *part);
-       
+
+#if 0
+   void         edje_object_color_class_set     (Evas_Object *o, const char 
*color_class, int r, int g, int b, int a);
+   void         edje_object_text_class_set      (Evas_Object *o, const char 
*text_class, const char *font, double size);
+#endif
+   
 #ifdef __cplusplus
 }
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_callbacks.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- edje_callbacks.c    7 Jul 2003 07:55:18 -0000       1.5
+++ edje_callbacks.c    10 Jul 2003 13:34:04 -0000      1.6
@@ -41,6 +41,7 @@
    ed = data;
    rp = evas_object_data_get(obj, "real_part");
    if (!rp) return;
+#ifndef EDJE_FB_ONLY
    if (ecore_event_current_type_get() == ECORE_X_EVENT_MOUSE_BUTTON_DOWN)
      {
        Ecore_X_Event_Mouse_Button_Down *evx;
@@ -59,6 +60,7 @@
          snprintf(buf, sizeof(buf), "mouse,down,%i", ev->button);
      }
    else
+#endif     
      snprintf(buf, sizeof(buf), "mouse,down,%i", ev->button);
    if (rp->clicked_button == 0)
      {
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_private.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- edje_private.h      8 Jul 2003 10:08:15 -0000       1.25
+++ edje_private.h      10 Jul 2003 13:34:04 -0000      1.26
@@ -5,7 +5,11 @@
 
 #include <Evas.h>
 #include <Ecore.h>
+#ifndef EDJE_FB_ONLY
 #include <Ecore_X.h>
+#else
+#include <Ecore_Fb.h>
+#endif
 #include <Eet.h>
 
 #include <math.h>
@@ -33,8 +37,10 @@
  * 
  * externally sourced images need to be supported in edje_cc and edje
  * 
- * need to detect relative part loops
+ * need to detect rel1_to part loops
+ * need to detect rel2_to part loops
  * need to detect clip_to part loops
+ * need to detect confine_to part loops
  * 
  * edje_cc should be able to force lossy, lossless, min and max quality and 
compression of encoded images
  * edje_cc needs to prune out unused images




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to