Change-Id: Iabd182cd3f4ce5d2a249d0825ee2290fc4f5b1b5
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
E_API void e_comp_canvas_norender_push(void);
E_API void e_comp_canvas_norender_pop(void);
+#ifdef __cplusplus
+}
+#endif
+
#endif
#ifndef E_VIEW_H
#define E_VIEW_H
-#include <e_types.h>
-
#ifdef __cplusplus
extern "C" {
#endif
+#include <e_types.h>
+
struct _E_Map;
typedef struct _E_Map E_Map;
#ifndef _E_ZONE_VIDEO_H_
#define _E_ZONE_VIDEO_H_
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#include <e_types.h>
E_API Eina_Bool e_zone_video_available_size_get(E_Zone *zone, int *minw, int *minh, int *maxw, int *maxh, int *align);
+#ifdef __cplusplus
+}
+#endif
+
#endif