diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2009-07-14 21:30:58 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2009-07-14 21:30:58 +0000 |
commit | a1b88ea91165f3ce8d8fb4a0ffbdf5ab66ee3add (patch) | |
tree | 3c8289748edf721d08ceff3fe1d944f5590bc853 /src/bin/main.h | |
parent | e79dfa71175e407bc0f8dd9e723bf5129ff7d166 (diff) |
rename 'x11' to 'xlib' for software x11 based engines when it makes sense
SVN revision: 41335
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index f3b7a07..60d3579 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -21,8 +21,8 @@ | |||
21 | #endif | 21 | #endif |
22 | 22 | ||
23 | #include <Evas.h> | 23 | #include <Evas.h> |
24 | #if HAVE_EVAS_SOFTWARE_X11 | 24 | #if HAVE_EVAS_SOFTWARE_XLIB |
25 | #include "engine_software_x11.h" | 25 | #include "engine_software_xlib.h" |
26 | #endif | 26 | #endif |
27 | #if HAVE_EVAS_XRENDER_X11 | 27 | #if HAVE_EVAS_XRENDER_X11 |
28 | #include "engine_xrender_x11.h" | 28 | #include "engine_xrender_x11.h" |
@@ -33,7 +33,7 @@ | |||
33 | #if HAVE_EVAS_SOFTWARE_XCB | 33 | #if HAVE_EVAS_SOFTWARE_XCB |
34 | #include "engine_software_xcb.h" | 34 | #include "engine_software_xcb.h" |
35 | #endif | 35 | #endif |
36 | #if HAVE_EVAS_XRENDER_X11 | 36 | #if HAVE_EVAS_XRENDER_XCB |
37 | #include "engine_xrender_xcb.h" | 37 | #include "engine_xrender_xcb.h" |
38 | #endif | 38 | #endif |
39 | #if HAVE_EVAS_SOFTWARE_GDI | 39 | #if HAVE_EVAS_SOFTWARE_GDI |