Expose ds_tbm_server as ABI
[platform/core/uifw/libds-tizen.git] / include / libds-tizen / types / tbm_server.h
1 #ifndef LIBDS_TIZEN_TYPES_TBM_SERVER_H
2 #define LIBDS_TIZEN_TYPES_TBM_SERVER_H
3
4 #include <wayland-server.h>
5 #include <wayland-tbm-server.h>
6
7 struct ds_tbm_server
8 {
9     struct wayland_tbm_server *wl_tbm;
10
11     struct wl_listener display_destroy;
12
13     struct {
14         struct wl_signal destroy;
15     } events;
16 };
17
18 #endif