aboutsummaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-01-31 20:55:52 +0300
committerKirill Primak <vyivel@eclair.cafe>2022-01-31 21:00:20 +0300
commit3cfe29b5988190d7eb32cd0b76a6cfe810be7812 (patch)
tree49a0df0b1330226cb0c3bb98ca7b0fd088f0dae1 /protocol
parentab3b9f9a773e3ec2c40d80ab14277659b2a55ca6 (diff)
cursor: ensure mapping box is always initialized
Commit 498f30aad100ca616640c7bcbf11ab8ef7d48c45 changed the logic of get_mapping() in types/wlr_cursor.c to use updated version of wlr_output_layout_get_box(). However, the case where c_device isn't NULL but doesn't have output or geometry mappings wasn't handled properly, resulting in leaving the output value uninitialized. This commit fixes `c_device != NULL` branch by returning from the function only when a mapping is found. Fixes https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3369
Diffstat (limited to 'protocol')
0 files changed, 0 insertions, 0 deletions