projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wm-policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6998211
)
wl: added missing variables
author
Gwanglim Lee
<gl77.lee@samsung.com>
Sat, 1 Aug 2015 17:59:42 +0000
(
02:59
+0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Sat, 1 Aug 2015 17:59:42 +0000
(
02:59
+0900)
Change-Id: I6184aa4e70b413e7e102d801149fa857c3b6b36d
src/e_mod_wl.c
patch
|
blob
|
history
diff --git
a/src/e_mod_wl.c
b/src/e_mod_wl.c
index
7bf5b74
..
ca9b595
100644
(file)
--- a/
src/e_mod_wl.c
+++ b/
src/e_mod_wl.c
@@
-143,8
+143,8
@@
_pol_wl_surf_valid_check(const char *func, unsigned int line, Pol_Wl_Surface *ps
(unsigned int)psurf->tzpol,
(unsigned int)psurf,
(unsigned int)tzpol,
- found_psurf,
- f
ound_tzpol
);
+ found_psurf,
found_tzpol,
+ f
unc, line
);
return EINA_FALSE;
}