From: Daniel Stone <[email protected]> Fortunately, this had no ill effects, but still isn't what was intended.
Signed-off-by: Daniel Stone <[email protected]> Signed-off-by: Tiago Vignatti <[email protected]> --- hw/xfree86/xwayland/xwayland-input.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xfree86/xwayland/xwayland-input.c b/hw/xfree86/xwayland/xwayland-input.c index cff6d5e..e547b43 100644 --- a/hw/xfree86/xwayland/xwayland-input.c +++ b/hw/xfree86/xwayland/xwayland-input.c @@ -105,6 +105,8 @@ xwl_pointer_proc(DeviceIntPtr device, int what) if (!InitButtonClassDeviceStruct(device, 3, btn_labels, map)) return BadValue; + return Success; + case DEVICE_ON: device->public.on = TRUE; return Success; -- 1.7.9.5 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
