tpl_wayland_egl_thread: Modified wrong return type. 54/167854/1
authorjoonbum.ko <joonbum.ko@samsung.com>
Mon, 22 Jan 2018 10:34:23 +0000 (19:34 +0900)
committerjoonbum.ko <joonbum.ko@samsung.com>
Mon, 22 Jan 2018 10:34:23 +0000 (19:34 +0900)
Change-Id: Icda1450b993785e41bba9b88305bc7770132be28
Signed-off-by: joonbum.ko <joonbum.ko@samsung.com>
src/tpl_wayland_egl_thread.c
src/tpl_wayland_egl_thread.h

index 4b0a3c7..d48e619 100644 (file)
@@ -3047,7 +3047,7 @@ twe_surface_wait_dequeueable(twe_surface_h twe_surface, uint64_t timeout_ns)
 }
 
 
-tpl_result_t
+tpl_bool_t
 twe_check_native_handle_is_wl_display(tpl_handle_t display)
 {
        struct wl_interface *wl_egl_native_dpy = *(void **) display;
index ad44dd0..e89d527 100644 (file)
@@ -93,7 +93,7 @@ twe_surface_create_sync_fd(tbm_surface_h tbm_surface);
 tpl_result_t
 twe_surface_wait_dequeueable(twe_surface_h twe_surface, uint64_t timeout_ns);
 
-tpl_result_t
+tpl_bool_t
 twe_check_native_handle_is_wl_display(tpl_handle_t display);
 
 tpl_result_t