Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_enums.h 


Log Message:
add comments

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_enums.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- ewl_enums.h 10 Oct 2006 21:32:16 -0000      1.57
+++ ewl_enums.h 10 Oct 2006 22:06:56 -0000      1.58
@@ -726,11 +726,11 @@
  */
 enum Ewl_Rotate
 {
-       EWL_ROTATE_CW_90,
-       EWL_ROTATE_180,
-       EWL_ROTATE_CW_270,
-       EWL_ROTATE_CC_90,
-       EWL_ROTATE_CC_270
+       EWL_ROTATE_CW_90,       /**< 90 degree clockwise rotation */
+       EWL_ROTATE_180,         /**< 180 degree rotation */
+       EWL_ROTATE_CW_270,      /**< 270 degree clockwise rotation */
+       EWL_ROTATE_CC_90,       /**< 90 degree counter-clockwise rotation */
+       EWL_ROTATE_CC_270       /**< 270 degree counter-clockwise rotation */
 };
 
 /**



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to