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:
2f78b3b
)
make enlightenment build again for wayland-only
author
Chris Michael
<cp.michael@samsung.com>
Mon, 26 Jan 2015 13:54:38 +0000
(08:54 -0500)
committer
Chris Michael
<cp.michael@samsung.com>
Mon, 26 Jan 2015 13:54:38 +0000
(08:54 -0500)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_actions.c
patch
|
blob
|
history
diff --git
a/src/bin/e_actions.c
b/src/bin/e_actions.c
index 52725c257c1fd69e90d2207588e1ba77a08be952..a04d492e7614eacb34555d360fbdbea09ef84bf2 100644
(file)
--- a/
src/bin/e_actions.c
+++ b/
src/bin/e_actions.c
@@
-2902,8
+2902,10
@@
ACT_FN_GO(module_toggle, )
ACT_FN_GO(screen_redo, __UNUSED__)
{
printf("REDOOOOOOOOOOOOOOOOOOOOOOOOOOO\n");
+#ifndef HAVE_WAYLAND_ONLY
e_randr2_screeninfo_update();
e_randr2_config_apply();
+#endif
}
/* local subsystem globals */