projects
/
platform
/
core
/
uifw
/
wayland-tbm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3504a
)
client: added listener of wl_tbm remove global
55/184455/2
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 18 Jul 2018 05:11:49 +0000
(14:11 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 18 Jul 2018 05:21:54 +0000
(14:21 +0900)
Change-Id: I6773e9e48e1aef20067cdb807e22e5dd12ffbcaa
src/wayland-tbm-client.c
patch
|
blob
|
history
diff --git
a/src/wayland-tbm-client.c
b/src/wayland-tbm-client.c
index 588d8ec55d3c9c1827a02bd5c872f4e30fd6c462..f3687db4bf95488e66cdacb3f140e7cf5fdd74c4 100644
(file)
--- a/
src/wayland-tbm-client.c
+++ b/
src/wayland-tbm-client.c
@@
-470,9
+470,14
@@
_wayland_tbm_client_registry_handle_global(void *data,
}
}
+static void
+_wayland_tbm_client_registry_remove_global(void *data, struct wl_registry *registry, uint32_t name)
+{
+}
+
static const struct wl_registry_listener registry_listener = {
_wayland_tbm_client_registry_handle_global,
- NULL
+ _wayland_tbm_client_registry_remove_global
};
int