This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit 9a51d84dbe2328bb6b2a28e3e8b9a6a42b82711f
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Fri Jul 26 19:12:37 2024 +0100
some more comments//notes
---
src/efm/efm_util.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/efm/efm_util.c b/src/efm/efm_util.c
index 54ca5e2..299fadf 100644
--- a/src/efm/efm_util.c
+++ b/src/efm/efm_util.c
@@ -1174,6 +1174,8 @@ _cb_icon_mouse_up(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
const char *icstr;
// XXX: right click icon menu.... should have
+ //
+ // regular menu:
// (if num selected > 0) Open
// (if dir) Open new win (or same win depending on cfg)
// (if num selected > 0) Open with -> list mime desktops + Other...
@@ -1201,6 +1203,10 @@ _cb_icon_mouse_up(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
// ---
// (if can write) New Dir
// (if view win) Close view
+ // XXX: need to know to dismiss menu if icon freed
+ //
+ // allow backend to handkle right click instead and request show
+ // of menu then from backend
printf("XXX: right mouse\n");
icbuf = eina_strbuf_new();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.