aboutsummaryrefslogtreecommitdiff
path: root/backend/drm/cvt.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-11-15 11:56:45 +0100
committerKirill Primak <vyivel@eclair.cafe>2022-11-15 13:41:09 +0000
commit258bf9be1e44d8a2fb953d727ff4ffcf9ebd6503 (patch)
tree9bd6ed2293425edd82bb71ca91a2fdeed0b7f51b /backend/drm/cvt.c
parenta40ba16a6414f72ae0224164bb08cd8479dc52ee (diff)
compositor: drop wlr_surface.{sx,sy}
The concept of a persistent accumulated surface offset is wrong from a protocol point-of-view. wl_surface.offset is tied to a commit, its interpretation depends on the surface role. For example, with the following sequence: wl_surface@1.offset(1, 1) wl_surface@1.commit() wl_pointer@2.set_cursor(wl_surface@1, 42, 42) The final cursor hotspot is (42, 42): the commit which happened before the set_cursor request has no impact on the hotspot computation. The wlr_output_cursor logic already uses wlr_surface.current.{dx,dy}. wlr_scene's drag icon doesn't, update it accordingly.
Diffstat (limited to 'backend/drm/cvt.c')
0 files changed, 0 insertions, 0 deletions