diff options
author | doursse <doursse> | 2008-07-07 19:31:46 +0000 |
---|---|---|
committer | doursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2008-07-07 19:31:46 +0000 |
commit | ea8c9473178556a12e58c484d6e70903241897d0 (patch) | |
tree | c4a54ef798af033f82b1a8372a7cb5d73f139860 /src/bin/main.h | |
parent | 8124d72e75bfbb6433e4dae9b687c23d54eb2e54 (diff) |
add software xcb engine support, minor reorganization of some inclusing / checks etc...
SVN revision: 35020
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 5c687b9..69b58bb 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -20,29 +20,23 @@ | |||
20 | #if HAVE_EVAS_SOFTWARE_X11 | 20 | #if HAVE_EVAS_SOFTWARE_X11 |
21 | #include "engine_software_x11.h" | 21 | #include "engine_software_x11.h" |
22 | #endif | 22 | #endif |
23 | #if HAVE_EVAS_OPENGL_GLEW | 23 | #if HAVE_EVAS_XRENDER_X11 |
24 | #include "engine_gl_glew.h" | 24 | #include "engine_xrender_x11.h" |
25 | #endif | 25 | #endif |
26 | #if HAVE_EVAS_OPENGL_X11 | 26 | #if HAVE_EVAS_OPENGL_X11 |
27 | #include "engine_gl_x11.h" | 27 | #include "engine_gl_x11.h" |
28 | #endif | 28 | #endif |
29 | #if HAVE_EVAS_XRENDER_X11 | 29 | #if HAVE_EVAS_SOFTWARE_XCB |
30 | #include "engine_xrender_x11.h" | 30 | #include "engine_software_xcb.h" |
31 | #endif | ||
32 | #if HAVE_EVAS_SOFTWARE_16_X11 | ||
33 | #include "engine_software_16_x11.h" | ||
34 | #endif | 31 | #endif |
35 | #if HAVE_EVAS_SOFTWARE_DDRAW | 32 | #if HAVE_EVAS_SOFTWARE_DDRAW |
36 | #include "engine_software_ddraw.h" | 33 | #include "engine_software_ddraw.h" |
37 | #endif | 34 | #endif |
38 | #if HAVE_EVAS_SOFTWARE_16_DDRAW | ||
39 | #include "engine_software_16_ddraw.h" | ||
40 | #endif | ||
41 | #if HAVE_EVAS_DIRECT3D | 35 | #if HAVE_EVAS_DIRECT3D |
42 | #include "engine_direct3d.h" | 36 | #include "engine_direct3d.h" |
43 | #endif | 37 | #endif |
44 | #if HAVE_EVAS_SOFTWARE_16_WINCE | 38 | #if HAVE_EVAS_OPENGL_GLEW |
45 | #include "engine_software_16_wince.h" | 39 | #include "engine_gl_glew.h" |
46 | #endif | 40 | #endif |
47 | #if HAVE_EVAS_SOFTWARE_SDL | 41 | #if HAVE_EVAS_SOFTWARE_SDL |
48 | #include "engine_software_sdl.h" | 42 | #include "engine_software_sdl.h" |
@@ -53,6 +47,15 @@ | |||
53 | #if HAVE_EVAS_DIRECTFB | 47 | #if HAVE_EVAS_DIRECTFB |
54 | #include "engine_directfb.h" | 48 | #include "engine_directfb.h" |
55 | #endif | 49 | #endif |
50 | #if HAVE_EVAS_SOFTWARE_16_X11 | ||
51 | #include "engine_software_16_x11.h" | ||
52 | #endif | ||
53 | #if HAVE_EVAS_SOFTWARE_16_DDRAW | ||
54 | #include "engine_software_16_ddraw.h" | ||
55 | #endif | ||
56 | #if HAVE_EVAS_SOFTWARE_16_WINCE | ||
57 | #include "engine_software_16_wince.h" | ||
58 | #endif | ||
56 | 59 | ||
57 | #include "ui.h" | 60 | #include "ui.h" |
58 | #include "about.h" | 61 | #include "about.h" |