Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/lib/include
Modified Files:
evas_private.h
Log Message:
oooh... i found a nasty mouse grab/count/accoutning/hold etc. issue with
events. fixed (thanks bart!) :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- evas_private.h 8 Jan 2005 10:39:09 -0000 1.33
+++ evas_private.h 20 Jan 2005 06:54:45 -0000 1.34
@@ -45,6 +45,30 @@
EVAS_BUTTON_TRIPLE_CLICK = (1 << 1)
} Evas_Button_Flags;
+typedef enum _Evas_Format_Type
+{
+ EVAS_FORMAT_NONE = 0,
+ EVAS_FORMAT_FONT,
+ EVAS_FORMAT_SIZE,
+ EVAS_FORMAT_COLOR,
+ EVAS_FORMAT_COLOR2,
+ EVAS_FORMAT_COLOR3,
+ EVAS_FORMAT_ALIGN,
+ EVAS_FORMAT_STYLE,
+ EVAS_FORMAT_UNDERLINE,
+ EVAS_FORMAT_NEWLINE,
+ EVAS_FORMAT_TAB,
+ EVAS_FORMAT_L2R,
+ EVAS_FORMAT_R2L,
+ EVAS_FORMAT_ANCHOR
+} Evas_Format_Type;
+
+typedef enum _Evas_Format_Direction
+{
+ EVAS_FORMAT_DIRECTION_VERTICAL = 0,
+ EVAS_FORMAT_DIRECTION_HORIZONTAL = 1
+} Evas_Format_Direction;
+
typedef struct _Evas_Rectangle Evas_Rectangle;
typedef struct _Evas Evas;
@@ -70,6 +94,7 @@
typedef struct _Evas_Key_Grab Evas_Key_Grab;
typedef struct _Evas_Callbacks Evas_Callbacks;
typedef struct _Evas_Smart_Class Evas_Smart_Class;
+typedef struct _Evas_Format Evas_Format;
#if 0 /* able to change co-ordinate systems to remove all fp ops */
typedef double Evas_Coord;
typedef double Evas_Font_Size;
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs