]> git.mdlowis.com Git - proto/labwc.git/commit
cursor: Call wlr_seat_pointer_notify_clear_focus() only if needed
authorJohn Lindgren <john@jlindgren.net>
Tue, 11 Oct 2022 15:46:30 +0000 (11:46 -0400)
committerJohan Malm <johanmalm@users.noreply.github.com>
Fri, 14 Oct 2022 20:56:34 +0000 (21:56 +0100)
commitcd970945f4dd7b74111ddda0d666b234f50734c2
tree735780df62fba4834d85a8f80a5091d60d17ad36
parentcfdf60b1da0e23c1dd48aa0a0ad70214c8229fe6
cursor: Call wlr_seat_pointer_notify_clear_focus() only if needed

@Consolatis determined that apparently the extra "clear focus"
event confuses the drag source during drag-and-drop.

Fixes drag-and-drop of files into folders within the same Thunar
window.
src/cursor.c