Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas_Engine_Buffer.h Evas_Engine_Cairo_X11.h 
        Evas_Engine_DirectFB.h Evas_Engine_FB.h Evas_Engine_GL_X11.h 
        Evas_Engine_Software_Qtopia.h Evas_Engine_Software_Win32_GDI.h 
        Evas_Engine_Software_X11.h Evas_Engine_Software_Xcb.h 


Log Message:
Make headers selfcontained.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas_Engine_Buffer.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Evas_Engine_Buffer.h        22 May 2005 02:49:35 -0000      1.4
+++ Evas_Engine_Buffer.h        4 Sep 2005 19:02:15 -0000       1.5
@@ -1,6 +1,8 @@
 #ifndef _EVAS_ENGINE_BUFFER_H
 #define _EVAS_ENGINE_BUFFER_H
 
+#include <Evas.h>
+
 #define EVAS_ENGINE_BUFFER_DEPTH_ARGB32 0
 #define EVAS_ENGINE_BUFFER_DEPTH_BGRA32 1
 #define EVAS_ENGINE_BUFFER_DEPTH_RGB24  2
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas_Engine_Cairo_X11.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Evas_Engine_Cairo_X11.h     22 May 2005 02:49:35 -0000      1.2
+++ Evas_Engine_Cairo_X11.h     4 Sep 2005 19:02:15 -0000       1.3
@@ -1,6 +1,7 @@
 #ifndef _EVAS_ENGINE_CAIRO_X11_H
 #define _EVAS_ENGINE_CAIRO_X11_H
 
+#include <Evas.h>
 #include <X11/Xlib.h>
 
 typedef struct _Evas_Engine_Info_Cairo_X11 Evas_Engine_Info_Cairo_X11;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas_Engine_DirectFB.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Evas_Engine_DirectFB.h      22 May 2005 02:49:35 -0000      1.3
+++ Evas_Engine_DirectFB.h      4 Sep 2005 19:02:15 -0000       1.4
@@ -1,7 +1,7 @@
 #ifndef _EVAS_ENGINE_DIRECTFB_H
 #define _EVAS_ENGINE_DIRECTFB_H
-#include <Evas.h>
 
+#include <Evas.h>
 #include <directfb/directfb.h>
 
 typedef struct _Evas_Engine_Info_DirectFB Evas_Engine_Info_DirectFB;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas_Engine_FB.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Evas_Engine_FB.h    22 May 2005 02:49:36 -0000      1.2
+++ Evas_Engine_FB.h    4 Sep 2005 19:02:15 -0000       1.3
@@ -1,6 +1,8 @@
 #ifndef _EVAS_ENGINE_FB_H
 #define _EVAS_ENGINE_FB_H
 
+#include <Evas.h>
+
 typedef struct _Evas_Engine_Info_FB Evas_Engine_Info_FB;
 
 struct _Evas_Engine_Info_FB
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas_Engine_GL_X11.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Evas_Engine_GL_X11.h        22 May 2005 02:49:36 -0000      1.2
+++ Evas_Engine_GL_X11.h        4 Sep 2005 19:02:15 -0000       1.3
@@ -1,6 +1,7 @@
 #ifndef _EVAS_ENGINE_GL_X11_H
 #define _EVAS_ENGINE_GL_X11_H
 
+#include <Evas.h>
 #include <X11/Xlib.h>
 #include <GL/gl.h>
 #include <GL/glu.h>
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/Evas_Engine_Software_Qtopia.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Evas_Engine_Software_Qtopia.h       22 May 2005 02:49:36 -0000      1.2
+++ Evas_Engine_Software_Qtopia.h       4 Sep 2005 19:02:15 -0000       1.3
@@ -1,6 +1,8 @@
 #ifndef _EVAS_ENGINE_SOFTWARE_QTOPIA_H
 #define _EVAS_ENGINE_SOFTWARE_QTOPIA_H
 
+#include <Evas.h>
+
 #ifdef EVAS_COMMON_H
 #ifdef EVAS_PRIVATE_H
 typedef void QWidget;
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/Evas_Engine_Software_Win32_GDI.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Evas_Engine_Software_Win32_GDI.h    22 May 2005 02:49:36 -0000      1.2
+++ Evas_Engine_Software_Win32_GDI.h    4 Sep 2005 19:02:15 -0000       1.3
@@ -1,6 +1,7 @@
 #ifndef _EVAS_ENGINE_SOFTWARE_WIN32_GDI_H
 #define _EVAS_ENGINE_SOFTWARE_WIN32_GDI_H
 
+#include <Evas.h>
 
 typedef struct _Evas_Engine_Info_Software_Win32_GDI 
Evas_Engine_Info_Software_Win32_GDI;
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/Evas_Engine_Software_X11.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Evas_Engine_Software_X11.h  22 May 2005 02:49:36 -0000      1.2
+++ Evas_Engine_Software_X11.h  4 Sep 2005 19:02:15 -0000       1.3
@@ -1,6 +1,7 @@
 #ifndef _EVAS_ENGINE_SOFTWARE_X11_H
 #define _EVAS_ENGINE_SOFTWARE_X11_H
 
+#include <Evas.h>
 #include <X11/Xlib.h>
 
 typedef struct _Evas_Engine_Info_Software_X11              
Evas_Engine_Info_Software_X11;
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/Evas_Engine_Software_Xcb.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Evas_Engine_Software_Xcb.h  22 May 2005 02:49:36 -0000      1.2
+++ Evas_Engine_Software_Xcb.h  4 Sep 2005 19:02:15 -0000       1.3
@@ -1,6 +1,7 @@
 #ifndef _EVAS_ENGINE_SOFTWARE_XCB_H
 #define _EVAS_ENGINE_SOFTWARE_XCB_H
 
+#include <Evas.h>
 #include <X11/XCB/xcb.h>
 
 typedef struct _Evas_Engine_Info_Software_Xcb   Evas_Engine_Info_Software_Xcb;




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to