Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text_context.h 


Log Message:
formating

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text_context.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_text_context.h  7 May 2008 13:38:25 -0000       1.5
+++ ewl_text_context.h  27 Jun 2008 21:50:00 -0000      1.6
@@ -19,42 +19,43 @@
  */
 struct Ewl_Text_Context
 {
-        const char *font;                        /**< Font name */
-        const char *font_source;                /**< The font source */
-        unsigned int styles;                        /**< Styles set in this 
node */
-        unsigned int align;                        /**< Text alignment */
-        Ewl_Text_Wrap wrap;                        /**< Text wrap setting */
-        char size;                                /**< Font size */
-        Ewl_Color_Set color;                        /**< Font colour */
+                                 
+        const char *font;        /**< Font name */
+        const char *font_source; /**< The font source */
+        unsigned int styles;     /**< Styles set in this node */
+        unsigned int align;      /**< Text alignment */
+        Ewl_Text_Wrap wrap;      /**< Text wrap setting */
+        char size;               /**< Font size */
+        Ewl_Color_Set color;     /**< Font colour */
 
         struct
         {
-                Ewl_Color_Set bg;                /**< Background colour */
-                Ewl_Color_Set glow;                /**< Glow colour */
-                Ewl_Color_Set outline;                /**< Outline colour */
-                Ewl_Color_Set shadow;                /**< Shadow colour */
-                Ewl_Color_Set strikethrough;        /**< Strikethrough colour 
*/
+                Ewl_Color_Set bg;               /**< Background colour */
+                Ewl_Color_Set glow;             /**< Glow colour */
+                Ewl_Color_Set outline;          /**< Outline colour */
+                Ewl_Color_Set shadow;           /**< Shadow colour */
+                Ewl_Color_Set strikethrough;    /**< Strikethrough colour */
                 Ewl_Color_Set underline;        /**< Underline colour */
-                Ewl_Color_Set double_underline;        /**< Double underline 
colour */
-        } style_colors;                                /**< Colour information 
*/
+                Ewl_Color_Set double_underline; /**< Double underline colour */
+        } style_colors;          /**< Colour information */
 
-        unsigned int ref_count;        /**< Number of references to this 
context */
-        const char *format;        /**< This context's format string */
+        unsigned int ref_count;  /**< Number of references to this context */
+        const char *format;      /**< This context's format string */
 };
 
-int                  ewl_text_context_init(void);
-void                  ewl_text_context_shutdown(void);
+int               ewl_text_context_init(void);
+void              ewl_text_context_shutdown(void);
 
 Ewl_Text_Context *ewl_text_context_new(void);
 
 Ewl_Text_Context *ewl_text_context_find(Ewl_Text_Context *tx,
-                       unsigned int context_mask, Ewl_Text_Context *tx_change);
+                        unsigned int context_mask, Ewl_Text_Context 
*tx_change);
 
-void                  ewl_text_context_acquire(Ewl_Text_Context *tx);
-int                  ewl_text_context_release(Ewl_Text_Context *tx);
+void              ewl_text_context_acquire(Ewl_Text_Context *tx);
+int               ewl_text_context_release(Ewl_Text_Context *tx);
 
-void                  ewl_text_context_print(Ewl_Text_Context *tx, const char 
*indent);
-void                  ewl_text_context_format_string_create(Ewl_Text_Context 
*ctx);
+void              ewl_text_context_print(Ewl_Text_Context *tx, const char 
*indent);
+void              ewl_text_context_format_string_create(Ewl_Text_Context *ctx);
 
 /**
  * @}



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to