Change-Id: I4a55e917c552af29a7005c3c07ef95ebe4200b65
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
typedef struct _twe_wl_buffer_info twe_wl_buffer_info;
typedef struct _twe_tdm_source twe_tdm_source;
typedef struct _twe_del_source twe_del_source;
+typedef struct _twe_fence_wait_source twe_fence_wait_source;
struct _twe_thread_context {
GThread *twe_thread;
unsigned int serial;
};
+struct _twe_fence_wait_source {
+ GSource gsource;
+ gpointer tag;
+ tbm_fd fence_fd;
+ tbm_surface_h tbm_surface;
+ twe_wl_surf_source *surf_source;
+};
+
static twe_thread_context *_twe_ctx;
static twe_tdm_source *
_twe_thread_tdm_source_create(void);