Skip to content

input-mapper: Don't match touchscreens to the absence of a monitor

Simon McVittie requested to merge wip/smcv/issue1414 into master

If there is no laptop panel (for example on a desktop PC or a virtual machine), attempting to put a NULL monitor in the list of matches will just make mapping_helper_apply() crash.

Mitigates: #1414


This is not an ideal fix for #1414, but it's enough to be able to connect a VNC client to my test VM.

Merge request reports