projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf2c106
)
subsurface: declare local variable at the beginning of a function.
49/238349/2
author
Seunghun Lee
<shiin.lee@samsung.com>
Mon, 13 Jul 2020 04:25:35 +0000
(13:25 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Mon, 13 Jul 2020 09:22:28 +0000
(09:22 +0000)
Change-Id: Id0c8e3e606bfe62cdcff97b1e0274c9cf11e74f3
src/bin/e_comp_wl_subsurface.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl_subsurface.c
b/src/bin/e_comp_wl_subsurface.c
index e199bd67875119f28a8ddcfe8458f0d7419e3cc0..96e32406a4247f4b624db8eba37650486f1ac7ec 100644
(file)
--- a/
src/bin/e_comp_wl_subsurface.c
+++ b/
src/bin/e_comp_wl_subsurface.c
@@
-164,9
+164,11
@@
_e_comp_wl_subsurface_below_obj_destroy(E_Client *ec)
static void
_e_comp_wl_subsurface_check_below_bg_rectangle(E_Client *ec)
{
+ E_Client *topmost;
+
if (ec->comp_data->sub.data)
{
-
E_Client *
topmost = e_comp_wl_topmost_parent_get(ec);
+ topmost = e_comp_wl_topmost_parent_get(ec);
if (!topmost || e_object_is_del(E_OBJECT(topmost)) || !topmost->comp_data) return;
if (topmost->comp_data->sub.data) return;
_e_comp_wl_subsurface_check_below_bg_rectangle(topmost);