This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository enlightenment.
View the commit online.
commit 4bd9d983ec7ffb1e056eb37f5b5737a60c634765
Author: Christopher Michael <[email protected]>
AuthorDate: Sat Aug 30 08:22:24 2025 -0500
wl_drm: Be sure to apply display changes when we do _drm2_randr_apply
---
src/modules/wl_drm/e_mod_main.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c
index b0e87e216..90238204c 100644
--- a/src/modules/wl_drm/e_mod_main.c
+++ b/src/modules/wl_drm/e_mod_main.c
@@ -741,6 +741,8 @@ _drm2_randr_apply(void)
ecore_evas_rotation_with_resize_set(e_comp->ee,
screenconf[i]->config.rotation);
+
+ ecore_drm2_display_changes_apply(outconf[i]);
}
else
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.