Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/etox
Dir : e17/libs/etox/src
Modified Files:
Etox.h etox.c
Log Message:
Update to use the new method for changing the soft_wrap setting.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/Etox.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- Etox.h 8 Sep 2003 02:22:58 -0000 1.42
+++ Etox.h 12 Sep 2003 22:02:30 -0000 1.43
@@ -138,7 +138,6 @@
*/
int etox_context_get_align(Etox_Context * context);
void etox_context_set_align(Etox_Context * context, int align);
-void etox_context_set_soft_wrap(Etox_Context * context, int boolean);
/*
* Wrap marker functions
@@ -165,6 +164,8 @@
double *w, double *h);
int etox_coord_to_geometry(Evas_Object * et, double xc, double yc, double *x,
double *y, double *w, double *h);
+
+void etox_set_soft_wrap(Evas_Object * et, int boolean);
/*
* Appearance altering functions
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- etox.c 10 Sep 2003 03:03:44 -0000 1.65
+++ etox.c 12 Sep 2003 22:02:31 -0000 1.66
@@ -1104,8 +1104,7 @@
/*
* Create a bit for the text preceding \n
*/
- bit =
- estyle_new(et->evas, text, et->context->style);
+ bit = estyle_new(et->evas, text, et->context->style);
evas_object_smart_member_add(bit, et->smart_obj);
evas_object_color_set(bit, et->context->r,
et->context->g, et->context->b,
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs