diff options
author | Chris Michael <cp.michael@samsung.com> | 2015-09-28 13:42:38 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2015-12-03 12:02:40 -0500 |
commit | cd1d9ec196d3d7b1be2882d6974cef9f9a449f59 (patch) | |
tree | db6e98ddba636c5ddac0a452db5308382b44460a /src/lib/ecore_evas/Ecore_Evas_Types.h | |
parent | 590c278a46bf754e24635f0fac17fd7e89be7469 (diff) |
ecore-wl2: Port Ecore_Evas engines to use Ecore_Wl2 code
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/ecore_evas/Ecore_Evas_Types.h')
-rw-r--r-- | src/lib/ecore_evas/Ecore_Evas_Types.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ecore_evas/Ecore_Evas_Types.h b/src/lib/ecore_evas/Ecore_Evas_Types.h index 08d6d582d0..eeff920f81 100644 --- a/src/lib/ecore_evas/Ecore_Evas_Types.h +++ b/src/lib/ecore_evas/Ecore_Evas_Types.h | |||
@@ -48,6 +48,11 @@ typedef void (*Ecore_Evas_Event_Cb) (Ecore_Evas *ee); /**< Callback used for s | |||
48 | typedef struct _Ecore_Wl_Window Ecore_Wl_Window; | 48 | typedef struct _Ecore_Wl_Window Ecore_Wl_Window; |
49 | #endif | 49 | #endif |
50 | 50 | ||
51 | #ifndef _ECORE_WL2_H_ | ||
52 | #define _ECORE_WAYLAND_WINDOW_PREDEF | ||
53 | typedef struct _Ecore_Wl2_Window Ecore_Wl2_Window; | ||
54 | #endif | ||
55 | |||
51 | #ifndef _ECORE_GETOPT_PREDEF | 56 | #ifndef _ECORE_GETOPT_PREDEF |
52 | typedef struct _Ecore_Getopt Ecore_Getopt; | 57 | typedef struct _Ecore_Getopt Ecore_Getopt; |
53 | #define _ECORE_GETOPT_PREDEF 1 | 58 | #define _ECORE_GETOPT_PREDEF 1 |