summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeongmo Yang <jm80.yang@samsung.com>2016-06-30 16:21:11 +0900
committerJeongmo Yang <jm80.yang@samsung.com>2016-06-30 16:33:21 +0900
commit6b15e7b9ab39e633dada3ee8254571b9646ca754 (patch)
tree7ab834c61fcf26e041d6c084a953347ddac3b460 /include
parentaeb83a58908dc93436f439bc41eb1d370d2800fb (diff)
downloadcamera-6b15e7b9ab39e633dada3ee8254571b9646ca754.tar.gz
camera-6b15e7b9ab39e633dada3ee8254571b9646ca754.tar.bz2
camera-6b15e7b9ab39e633dada3ee8254571b9646ca754.zip
Change-Id: Ic639212381ca9a2a1ead4fb3de3e70c3f29615a2 Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/camera_private.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/camera_private.h b/include/camera_private.h
index c4b389c..56e8ad5 100644
--- a/include/camera_private.h
+++ b/include/camera_private.h
@@ -104,10 +104,10 @@ typedef struct _camera_cb_info_s {
media_format_h pkt_fmt;
int preview_cb_flag;
GMutex mp_data_mutex;
-#ifdef EVAS_RENDERER_SUPPORT
+#ifdef TIZEN_FEATURE_EVAS_RENDERER
void *evas_info;
GMutex evas_mutex;
-#endif /* EVAS_RENDERER_SUPPORT */
+#endif /* TIZEN_FEATURE_EVAS_RENDERER */
gboolean run_evas_render;
} camera_cb_info_s;
@@ -123,7 +123,6 @@ typedef struct _camera_idle_event_s {
GMutex event_mutex;
} camera_idle_event_s;
-#ifdef HAVE_WAYLAND
typedef struct _camera_wl_info_s {
int parent_id;
int window_x;
@@ -132,15 +131,12 @@ typedef struct _camera_wl_info_s {
int window_height;
void *evas_obj;
} camera_wl_info_s;
-#endif /* HAVE_WAYLAND */
typedef struct _camera_cli_s {
intptr_t remote_handle;
intptr_t display_handle;
camera_cb_info_s *cb_info;
-#ifdef HAVE_WAYLAND
camera_wl_info_s wl_info;
-#endif /* HAVE_WAYLAND */
} camera_cli_s;
typedef struct _camera_media_packet_data {