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:
6dcf97c
)
e_pixmap: fixed wrong tbm format when checking argb
34/94334/2
author
Changyeon Lee
<cyeon.lee@samsung.com>
Thu, 20 Oct 2016 11:35:33 +0000
(20:35 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Wed, 2 Nov 2016 02:18:44 +0000
(19:18 -0700)
Change-Id: I659a10729df8ca8403733e97a16a94f2c0bdf90b
src/bin/e_pixmap.c
patch
|
blob
|
history
diff --git
a/src/bin/e_pixmap.c
b/src/bin/e_pixmap.c
index 1d741763f2fe539ede2e67d002b1dbd057125928..cea2b8328f9f0c43ca3a660b2e357c7063aa9bce 100644
(file)
--- a/
src/bin/e_pixmap.c
+++ b/
src/bin/e_pixmap.c
@@
-488,7
+488,7
@@
e_pixmap_refresh(E_Pixmap *cp)
{
case WL_SHM_FORMAT_ARGB8888:
case EGL_TEXTURE_RGBA:
- case TBM_FORMAT_A
BGR
8888:
+ case TBM_FORMAT_A
RGB
8888:
cp->image_argb = EINA_TRUE;
break;
default: