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 72d639d1a6d228dc7ea01fd495207e06c82a598e
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun Feb 12 20:23:56 2023 +0000
desklock - fix compile warn after last change (no real bug)
---
src/bin/e_comp_x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index bb552637a..06abd0b34 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -5825,7 +5825,7 @@ _e_comp_x_desklock_hide(void)
}
static Eina_Bool
-_e_comp_x_desklock_show(void)
+_e_comp_x_desklock_show(Eina_Bool immedate EINA_UNUSED)
{
if (!e_comp_grab_input(1, 1))
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.