Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_embed.h 


Log Message:
oops, i forgot to adjust the comments

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_embed.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ewl_embed.h 5 Dec 2007 16:44:53 -0000       1.48
+++ ewl_embed.h 5 Dec 2007 16:48:00 -0000       1.49
@@ -7,7 +7,7 @@
  * Defines the Ewl_Embed class to provide EWL with the ability to work with a
  * canvas.
  *
- * @remarks Inherits from Ewl_Overlay.
+ * @remarks Inherits from Ewl_Cell.
  * @if HAVE_IMAGES
  * @image html Ewl_Embed_inheritance.png
  * @endif
@@ -56,12 +56,12 @@
 #define EWL_EMBED_WINDOW(window) ((Ewl_Embed_Window *)window)
 
 /**
- * @brief Inherits from Ewl_Overlay that acts as a top level widget
+ * @brief Inherits from Ewl_Cell that acts as a top level widget
  * for interacting with the canvas.
  */
 struct Ewl_Embed
 {
-       Ewl_Cell cell;           /**< Inherits from the Ewl_Overlay class */
+       Ewl_Cell cell;           /**< Inherits from the Ewl_Cell class */
 
        const char *engine_name; /**< Name of current engine used */
        void *engine;           /**< The display engine */



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to