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:
81c1a92
)
remove ECORE_EVAS_GL_X11_OPT_SWAP_MODE
97/316397/2
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 20 Aug 2024 10:30:30 +0000
(19:30 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 20 Aug 2024 23:56:12 +0000
(23:56 +0000)
not used anymore
Change-Id: Ieb9853307e582f065a2c5897d33ee6fea188960d
src/bin/core/e_comp_cfdata.c
patch
|
blob
|
history
diff --git
a/src/bin/core/e_comp_cfdata.c
b/src/bin/core/e_comp_cfdata.c
index 02c7245ffca8492b6cd835f844b8e6889a53b691..b7ad297b2c29ad647bde0ec5ff160ef12c22e0b4 100644
(file)
--- a/
src/bin/core/e_comp_cfdata.c
+++ b/
src/bin/core/e_comp_cfdata.c
@@
-122,11
+122,7
@@
e_comp_cfdata_config_new(void)
cfg->texture_from_pixmap = 1;
cfg->grab = 0;
cfg->vsync = 1;
-#ifdef ECORE_EVAS_GL_X11_OPT_SWAP_MODE
- cfg->swap_mode = ECORE_EVAS_GL_X11_SWAP_MODE_AUTO;
-#else
cfg->swap_mode = 0;
-#endif
cfg->send_flush = 1; // implement
cfg->send_dump = 1; // implement
cfg->nocomp_fs = 1;