Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/software_xcb Modified Files: evas_outbuf.c evas_engine.h evas_xcb_buffer.c Log Message: fix for the hidden symbols for those who want to test the xcb engine ;) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/software_xcb/evas_outbuf.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- evas_outbuf.c 18 Dec 2005 11:49:28 -0000 1.7 +++ evas_outbuf.c 8 Jan 2006 13:21:02 -0000 1.8 @@ -1,12 +1,13 @@ -#include "evas_common.h" -#include "evas_engine.h" -#include "evas_macros.h" #include <X11/XCB/shm.h> #include <X11/XCB/xcb_image.h> #include <X11/XCB/xcb_atom.h> #include <sys/time.h> #include <sys/utsname.h> +#include "evas_common.h" +#include "evas_engine.h" +#include "evas_macros.h" + void evas_software_xcb_outbuf_init(void) { =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/software_xcb/evas_engine.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evas_engine.h 22 May 2005 02:49:49 -0000 1.3 +++ evas_engine.h 8 Jan 2006 13:21:03 -0000 1.4 @@ -4,8 +4,8 @@ #include <X11/XCB/xcb.h> #include <X11/XCB/shm.h> #include <X11/XCB/xcb_image.h> -#include <sys/ipc.h> -#include <sys/shm.h> + +#include "evas_common.h" typedef struct _Outbuf Outbuf; typedef struct _Outbuf_Perf Outbuf_Perf; =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/software_xcb/evas_xcb_buffer.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- evas_xcb_buffer.c 8 Jan 2006 09:46:41 -0000 1.5 +++ evas_xcb_buffer.c 8 Jan 2006 13:21:03 -0000 1.6 @@ -1,4 +1,8 @@ -#include "evas_common.h" +#include <sys/ipc.h> +#include <sys/shm.h> +#include <X11/XCB/shm.h> +#include <X11/XCB/xcb_image.h> + #include "evas_engine.h" static int _xcb_err = 0; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs