This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit 0fca74851075ca3f1f3b6f395072d444d004ee16
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun Feb 15 15:25:53 2026 +0000

    cpufreq - force a render of the inlined window for gradients
    
    ensures there is content to sample from!
---
 src/modules/cpufreq/cpf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/cpufreq/cpf.c b/src/modules/cpufreq/cpf.c
index 3d89056e8..5d8f2b3d5 100644
--- a/src/modules/cpufreq/cpf.c
+++ b/src/modules/cpufreq/cpf.c
@@ -354,6 +354,7 @@ _init_grad(Evas_Object *o_win, const char *grp, int len)
   evas_object_resize(o, len, 1);
   evas_object_show(o);
 
+  elm_win_render(o_subwin);
   return evas_object_image_data_get(o_rend, EINA_FALSE);
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to