1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-02-03 12:29:49 +01:00
wlroots-hyprland/types/data_device
nyorain f6168c2afe Fix and remove sx, sy from wlr_drag_icon
sx, sy used to store the buffer offset of the drag surface which was
then be added (by rootston) to the drag icon position.
Buffer offsets are handled already in surface_intersect_output
(output.c) so they were added twice for dnd surfaces.
2018-09-07 14:48:28 +02:00
..
wlr_data_device.c Merge pull request from emersion/surface-role 2018-07-11 15:27:42 -07:00
wlr_data_offer.c data-device: make sure resources are correctly destroyed 2018-05-03 20:22:51 +01:00
wlr_data_source.c data-device: make sure resources are correctly destroyed 2018-05-03 20:22:51 +01:00
wlr_drag.c Fix and remove sx, sy from wlr_drag_icon 2018-09-07 14:48:28 +02:00