projects
/
platform
/
core
/
uifw
/
libtdm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48923ff
)
tdm_hwc_window: fix the typo
99/197599/1
author
SooChan Lim
<sc1.lim@samsung.com>
Mon, 14 Jan 2019 09:51:54 +0000
(18:51 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Mon, 14 Jan 2019 09:51:54 +0000
(18:51 +0900)
Change-Id: Ie98c84ff409839066ba8568ea60b80191a692dc5
src/tdm_hwc_window.c
patch
|
blob
|
history
diff --git
a/src/tdm_hwc_window.c
b/src/tdm_hwc_window.c
index
8f5fcda
..
1dd9e54
100644
(file)
--- a/
src/tdm_hwc_window.c
+++ b/
src/tdm_hwc_window.c
@@
-481,7
+481,7
@@
tdm_hwc_window_set_name(tdm_hwc_window *hwc_window, const char *name)
private_module = private_output->private_module;
func_hwc_window = &private_module->func_hwc_window;
- if (!func_hwc_window->hwc_window_
get_constraints
) {
+ if (!func_hwc_window->hwc_window_
set_name
) {
_pthread_mutex_unlock(&private_display->lock);
TDM_WRN("not implemented!!");
return TDM_ERROR_NOT_IMPLEMENTED;