Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_win32


Modified Files:
        Ecore_Win32.h 


Log Message:
forgot to add glew support in configure.in

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_win32/Ecore_Win32.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Ecore_Win32.h       16 Nov 2007 19:31:32 -0000      1.3
+++ Ecore_Win32.h       21 Nov 2007 12:16:16 -0000      1.4
@@ -42,24 +42,24 @@
 
 typedef enum
 {
-   /** The window is iconified. */
+   /* The window is iconified. */
    ECORE_WIN32_WINDOW_STATE_ICONIFIED,
-   /** The window is a modal dialog box. */
+   /* The window is a modal dialog box. */
    ECORE_WIN32_WINDOW_STATE_MODAL,
-   /** The window manager should keep the window's position fixed
+   /* The window manager should keep the window's position fixed
     * even if the virtual desktop scrolls. */
    ECORE_WIN32_WINDOW_STATE_STICKY,
-   /** The window has the maximum vertical size. */
+   /* The window has the maximum vertical size. */
    ECORE_WIN32_WINDOW_STATE_MAXIMIZED_VERT,
-   /** The window has the maximum horizontal size. */
+   /* The window has the maximum horizontal size. */
    ECORE_WIN32_WINDOW_STATE_MAXIMIZED_HORZ,
-   /** The window has the maximum horizontal and vertical size. */
+   /* The window has the maximum horizontal and vertical size. */
    ECORE_WIN32_WINDOW_STATE_MAXIMIZED,
-   /** The window is shaded. */
+   /* The window is shaded. */
    ECORE_WIN32_WINDOW_STATE_SHADED,
-   /** The window is invisible (i.e. minimized/iconified) */
+   /* The window is invisible (i.e. minimized/iconified) */
    ECORE_WIN32_WINDOW_STATE_HIDDEN,
-   /** The window should fill the entire screen and have no
+   /* The window should fill the entire screen and have no
     * window border/decorations */
    ECORE_WIN32_WINDOW_STATE_FULLSCREEN,
    /* The following are not documented because they are not



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to