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:
c41b65b
)
e_output: add force_render flag
28/211628/1
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Wed, 7 Aug 2019 09:28:36 +0000
(18:28 +0900)
committer
Junkyeong Kim
<jk0430.kim@samsung.com>
Wed, 7 Aug 2019 09:28:39 +0000
(18:28 +0900)
Change-Id: Ib97f41974890444ccf8a9249e6f1ea5c67098f9d
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_output.h
patch
|
blob
|
history
diff --git
a/src/bin/e_output.h
b/src/bin/e_output.h
index 3a1292338ee84db1e640d1b03eff9432d1b205b4..a999e84d62ff3b71c3a45ac0e7c4e2349f369c45 100644
(file)
--- a/
src/bin/e_output.h
+++ b/
src/bin/e_output.h
@@
-129,6
+129,7
@@
struct _E_Output
/* external */
Eina_Bool external_set;
E_Output_Display_Mode display_mode;
+ Eina_Bool force_render;
Eina_Bool fake_config;
};