client: notify dequeueable when get usable buffer 76/168976/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 15 Jan 2018 10:20:25 +0000 (19:20 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Thu, 1 Feb 2018 12:28:08 +0000 (21:28 +0900)
Change-Id: Ie95c13ab2a43a3b703776024fa0d38958a9e3e39

src/wayland-tbm-client.c

index 0a36c0b..4ca7222 100644 (file)
@@ -1171,6 +1171,8 @@ handle_tbm_queue_buffer_usable(void *data,
                        getpid(), buffer->wl_buffer, buffer->tbm_surface);
 #endif
 
+       tbm_surface_queue_notify_dequeuable(queue_info->tbm_queue);
+
        return;
 }