projects
/
platform
/
core
/
uifw
/
libtbm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb29df9
)
tbm_drm: added listener of wl_tbm_drm_auth remove global
51/184451/4
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 18 Jul 2018 05:00:47 +0000
(14:00 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 18 Jul 2018 05:24:58 +0000
(14:24 +0900)
Change-Id: I3566f95ab62a9725d8c754906826db4ae695fb5e
src/tbm_drm_helper_client.c
patch
|
blob
|
history
diff --git
a/src/tbm_drm_helper_client.c
b/src/tbm_drm_helper_client.c
index
4139e1d
..
29d9409
100644
(file)
--- a/
src/tbm_drm_helper_client.c
+++ b/
src/tbm_drm_helper_client.c
@@
-84,9
+84,14
@@
_wayland_tbm_drm_auth_client_registry_handle_global(void *data, struct wl_regist
}
}
+static void
+_wayland_tbm_drm_auth_client_registry_remove_global(void *data, struct wl_registry *registry, uint32_t name)
+{
+}
+
static const struct wl_registry_listener registry_listener = {
_wayland_tbm_drm_auth_client_registry_handle_global,
- NULL
+ _wayland_tbm_drm_auth_client_registry_remove_global
};
int