]> git.mdlowis.com Git - proto/labwc.git/commit
xdg: account for drag resistance in do_late_positioning()
authorJohn Lindgren <john@jlindgren.net>
Sat, 3 Aug 2024 00:18:21 +0000 (20:18 -0400)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Tue, 6 Aug 2024 04:51:35 +0000 (13:51 +0900)
commit1a339f9c7e2d68d4bf7dad91a368984a56ee37ce
tree95918bcb2636b642c5f2309ec57f1ef9a81b8f94
parent4bda13d870b900a4a908c06f2207275664497498
xdg: account for drag resistance in do_late_positioning()

The position where the view should be anchored can now be slightly
different from the current cursor position.

Addresses a TODO from #2009.
include/labwc.h
src/interactive.c
src/xdg.c