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 d88730635f2e0dd96eb2127810dc1c8f405451da
Author: Alastair Poole <[email protected]>
AuthorDate: Mon Apr 20 19:03:09 2026 +0100

    gadman: fix sequence to keep mouse events.
---
 src/modules/gadman/e_mod_gadman.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/gadman/e_mod_gadman.c b/src/modules/gadman/e_mod_gadman.c
index 2b043caf8..a8ef1d9bb 100644
--- a/src/modules/gadman/e_mod_gadman.c
+++ b/src/modules/gadman/e_mod_gadman.c
@@ -817,9 +817,9 @@ _gadman_gadcon_dnd_move_cb(E_Gadcon *gc, E_Gadcon_Client *gcc)
 
    x -= ow / 2;
    y -= oh / 2;
+   _gadman_gadget_desktop_drag_size_ensure(gcc, zone, &ow, &oh);
    _gadman_gadget_geometry_clamp(gcc, zone, &x, &y, &ow, &oh);
    _gadman_gadget_geometry_sync(gcc, zone, x, y, ow, oh);
-   _gadman_gadget_desktop_drag_size_ensure(gcc, zone, &ow, &oh);
 
    evas_object_move(gcc->o_frame, x, y);
    evas_object_resize(gcc->o_frame, ow, oh);

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

Reply via email to