diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2014-08-22 00:47:19 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2014-08-22 18:28:59 +0200 |
commit | 281bbd90fdb3942922e931bcd7f364e9204a1488 (patch) | |
tree | 074a1b46d3b0c439d885a2f9ddc2c0773ff0b587 /src/bin/main.h | |
parent | ec0863e6ed1cab8c32e4f9e178614a62dd7d09be (diff) |
move to use Ecore and Ecore_Evas.
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 62 |
1 files changed, 4 insertions, 58 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index c8107a8..5a99c44 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -29,63 +29,7 @@ | |||
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | #include <Evas.h> | 31 | #include <Evas.h> |
32 | #if HAVE_EVAS_SOFTWARE_XLIB | 32 | #include <Ecore.h> |
33 | #include "engine_software_xlib.h" | ||
34 | #endif | ||
35 | #if HAVE_EVAS_XRENDER_X11 | ||
36 | #include "engine_xrender_x11.h" | ||
37 | #endif | ||
38 | #if HAVE_EVAS_OPENGL_X11 | ||
39 | #include "engine_gl_x11.h" | ||
40 | #endif | ||
41 | #if HAVE_EVAS_SOFTWARE_XCB | ||
42 | #include "engine_software_xcb.h" | ||
43 | #endif | ||
44 | #if HAVE_EVAS_XRENDER_XCB | ||
45 | #include "engine_xrender_xcb.h" | ||
46 | #endif | ||
47 | #if HAVE_EVAS_SOFTWARE_GDI | ||
48 | #include "engine_software_gdi.h" | ||
49 | #endif | ||
50 | #if HAVE_EVAS_SOFTWARE_DDRAW | ||
51 | #include "engine_software_ddraw.h" | ||
52 | #endif | ||
53 | #if HAVE_EVAS_DIRECT3D | ||
54 | #include "engine_direct3d.h" | ||
55 | #endif | ||
56 | #if BUILD_SDL | ||
57 | #include "engine_software_sdl.h" | ||
58 | #endif | ||
59 | #if HAVE_EVAS_OPENGL_SDL | ||
60 | #include "engine_gl_sdl.h" | ||
61 | #endif | ||
62 | #if HAVE_EVAS_FB | ||
63 | #include "engine_fb.h" | ||
64 | #endif | ||
65 | #if HAVE_EVAS_DIRECTFB | ||
66 | #include "engine_directfb.h" | ||
67 | #endif | ||
68 | #if HAVE_EVAS_OPENGL_COCOA | ||
69 | #include "engine_gl_cocoa.h" | ||
70 | #endif | ||
71 | #if HAVE_EVAS_PSL1GHT | ||
72 | #include "engine_psl1ght.h" | ||
73 | #endif | ||
74 | #if HAVE_EVAS_SOFTWARE_16_DDRAW | ||
75 | #include "engine_software_16_ddraw.h" | ||
76 | #endif | ||
77 | #if HAVE_EVAS_SOFTWARE_16_WINCE | ||
78 | #include "engine_software_16_wince.h" | ||
79 | #endif | ||
80 | #if HAVE_EVAS_WAYLAND_EGL | ||
81 | #include "engine_wayland_egl.h" | ||
82 | #endif | ||
83 | #if HAVE_EVAS_WAYLAND_SHM | ||
84 | #include "engine_wayland_shm.h" | ||
85 | #endif | ||
86 | #if HAVE_EVAS_DRM | ||
87 | #include "engine_drm.h" | ||
88 | #endif | ||
89 | 33 | ||
90 | #ifdef __cplusplus | 34 | #ifdef __cplusplus |
91 | extern "C" | 35 | extern "C" |
@@ -103,7 +47,9 @@ extern "C" | |||
103 | extern Evas *evas; | 47 | extern Evas *evas; |
104 | extern int win_w, win_h; | 48 | extern int win_w, win_h; |
105 | extern int loops; | 49 | extern int loops; |
106 | extern int fullscreen; | 50 | extern const char *choosen_engine; |
51 | extern Eina_Bool fullscreen; | ||
52 | extern Eina_Bool cmp_report; | ||
107 | 53 | ||
108 | typedef struct _Expedite_Resolution Expedite_Resolution; | 54 | typedef struct _Expedite_Resolution Expedite_Resolution; |
109 | typedef struct _Expedite_Engine Expedite_Engine; | 55 | typedef struct _Expedite_Engine Expedite_Engine; |