]> git.mdlowis.com Git - proto/labwc.git/commit
dnd: refocus surface under cursor on drag-destroy
authorJohan Malm <jgm323@gmail.com>
Sat, 27 May 2023 14:41:20 +0000 (15:41 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 28 May 2023 21:17:29 +0000 (22:17 +0100)
commit3bd441caa04134ae3bc9a263375e79255af80671
tree67a57dd439ad8eafab6d16fd0bdf9d2c5b964478
parentf817a9e56a1584ed26f94cc9e88d322fcec50bbd
dnd: refocus surface under cursor on drag-destroy

Keyboard focus is not changed during drag, so we need to refocus the
surface under the cursor and the end of a drag-and-drop operation.

Fixes issue #939
include/cursor.h
src/dnd.c