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 2d9e42e473811bf7b0e3a71a4302ba9dc098cad5
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Sat Sep 9 11:52:51 2023 +0100
slim struct down by 1 line for dnd x/y
---
src/efm/efm_structs.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/efm/efm_structs.h b/src/efm/efm_structs.h
index 15c11d2..ded4fa5 100644
--- a/src/efm/efm_structs.h
+++ b/src/efm/efm_structs.h
@@ -76,11 +76,10 @@ struct _Smart_Data
Ecore_Timer *dnd_scroll_timer;
Ecore_Timer *dnd_over_open_timer;
Elm_Xdnd_Action dnd_action;
- Evas_Coord dnd_x;
- Evas_Coord dnd_y;
+ Evas_Coord dnd_x, dnd_y;
void *custom_data; // handled in efm_custom.c
- unsigned long long file_max;
+ unsigned long long file_max; // larges file size in dir
Eina_Bool reblocked : 1;
Eina_Bool relayout : 1;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.