fix for the hidden symbols for those who want to test the xcb engine ;)

SVN revision: 19651
This commit is contained in:
doursse 2006-01-08 13:21:03 +00:00 committed by doursse
parent 22e5ad7951
commit 69c939d1a4
3 changed files with 11 additions and 6 deletions

View File

@ -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;

View File

@ -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)
{

View File

@ -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;