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 fa84f937c63ca6d0e6168dbae8d7ae2f664637de
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun Feb 15 17:18:56 2026 +0000
dont use the elm_wiin_add macro wrapper
we want normal elm wins here no wraps for accel config
---
src/modules/clipboard/e_mod_main.c | 2 ++
src/modules/cpufreq/cpf.c | 2 ++
2 files changed, 4 insertions(+)
diff --git a/src/modules/clipboard/e_mod_main.c b/src/modules/clipboard/e_mod_main.c
index 34a69a750..002b68c60 100644
--- a/src/modules/clipboard/e_mod_main.c
+++ b/src/modules/clipboard/e_mod_main.c
@@ -1,5 +1,7 @@
#include "e_mod_main.h"
+#undef elm_win_add
+
// Stuff for convenience to compress code
#define CLIP_TRIM_MODE(x) (x->trim_nl + 2 * (x->trim_ws))
diff --git a/src/modules/cpufreq/cpf.c b/src/modules/cpufreq/cpf.c
index 5d8f2b3d5..818b5f726 100644
--- a/src/modules/cpufreq/cpf.c
+++ b/src/modules/cpufreq/cpf.c
@@ -1,6 +1,8 @@
#include "e_mod_main.h"
#include "cpf_cpu.h"
+#undef elm_win_add
+
// time between polls
static Eina_Lock _poll_lock;
static double _poll_time = 0.2;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.