Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_object.h ewl_widget.h 


Log Message:
Reduce the size of the inset, pad and color structs.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_object.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_object.h        5 Mar 2007 23:50:31 -0000       1.23
+++ ewl_object.h        1 Jul 2007 04:53:43 -0000       1.24
@@ -83,10 +83,10 @@
 
        struct
        {
-               int l, /**< Left value */
-                   r, /**< Right value */
-                   t, /**< Top value */
-                   b; /**< Bottom value */
+               short l, /**< Left value */
+                     r, /**< Right value */
+                     t, /**< Top value */
+                     b; /**< Bottom value */
        } pad, /**< The space padded around the outside of the object. */
        insets; /**< The space inside where children should not be laid out. */
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- ewl_widget.h        11 Mar 2007 07:25:07 -0000      1.61
+++ ewl_widget.h        1 Jul 2007 04:53:43 -0000       1.62
@@ -105,10 +105,10 @@
  */
 struct Ewl_Color_Set
 {
-       int r,  /**< The red value */
-           g,  /**< The green value */
-           b,  /**< The blue value */
-           a;  /**< The alpha value */
+       unsigned char r,        /**< The red value */
+                     g,        /**< The green value */
+                     b,        /**< The blue value */
+                     a;        /**< The alpha value */
 };
 
 /**



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to