]> git.mdlowis.com Git - proto/labwc.git/commit
src/cursor.c: Keep sending motion events for out-of-layer-surface
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 14 Aug 2022 12:40:56 +0000 (14:40 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 16 Aug 2022 18:31:16 +0000 (19:31 +0100)
commit921c877f797c545713a7af7a880a4e9b9f6bed9b
tree8e2d968b828734a9b64faa664e731fbe1b80850d
parent8e6d37772e0c800867cd497f76b62d8e9ca8b477
src/cursor.c: Keep sending motion events for out-of-layer-surface

Previously, motion events for a cursor which had been pressed on a surface
and then moved out of the surface were only sent for XDG and X11 surfaces.

This patch includes layer surfaces as well.

Fixes #483
include/labwc.h
src/cursor.c
src/layers.c