projects
/
platform
/
core
/
uifw
/
libtpl-egl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d54ab12
)
wl_egl: add missing is_activated flag setting
05/304505/4
author
Joonbum Ko
<joonbum.ko@samsung.com>
Wed, 17 Jan 2024 05:04:55 +0000
(14:04 +0900)
committer
Joonbum Ko
<joonbum.ko@samsung.com>
Thu, 18 Jan 2024 11:08:12 +0000
(20:08 +0900)
Change-Id: I091d812f9354bd98e5b19a6eb35df83d92c45473
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/tpl_wl_egl_thread.c
patch
|
blob
|
history
diff --git
a/src/tpl_wl_egl_thread.c
b/src/tpl_wl_egl_thread.c
index 14025d94d518e223b52db4dbb26d16693d2f4133..474d7d6f721e701781bf37ee02eb4f5e0be51eab 100755
(executable)
--- a/
src/tpl_wl_egl_thread.c
+++ b/
src/tpl_wl_egl_thread.c
@@
-1580,6
+1580,8
@@
__cb_tbm_queue_reset_callback(tbm_surface_queue_h tbm_queue,
" wl_egl_surface(%p) wl_surface(%p) tbm_queue(%p)",
wl_egl_surface, wl_egl_surface->wl_surface, tbm_queue);
}
+
+ wl_egl_surface->is_activated = is_activated;
}
wl_egl_surface->reset = TPL_TRUE;