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:
54b97a4
)
e_comp: break when a buffer is null
46/63646/1
accepted/tizen/common/20160329.050209
accepted/tizen/ivi/20160326.092242
accepted/tizen/mobile/20160326.092130
accepted/tizen/tv/20160326.092157
accepted/tizen/wearable/20160326.092223
submit/tizen/20160326.085246
author
SooChan Lim
<sc1.lim@samsung.com>
Fri, 25 Mar 2016 05:23:45 +0000
(14:23 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Fri, 25 Mar 2016 05:23:45 +0000
(14:23 +0900)
Change-Id: Id6e67dac86db0c9819d1498239c14e7e82b64e3c
src/bin/e_comp.c
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
old mode 100644
(file)
new mode 100755
(executable)
index
1f5da8d
..
32b698f
--- a/
src/bin/e_comp.c
+++ b/
src/bin/e_comp.c
@@
-107,7
+107,7
@@
_e_comp_fullscreen_check(void)
continue;
- if ((!cdata->buffer_ref.buffer)
&&
+ if ((!cdata->buffer_ref.buffer)
||
(cdata->buffer_ref.buffer->type != E_COMP_WL_BUFFER_TYPE_NATIVE))
break;