Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VxPLJsZV; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Gq2rdYGT Received: by mail.netbsd.org (Postfix, from userid 605) id 445FC84EAA; Sun, 14 Apr 2024 20:10:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713125431; bh=nkwA8grwp1W4l2/vAXByjEDFdjemH10BVQNa0O5K//0=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=VxPLJsZVEIOfA9KP1Dunkty5Tv0cAxPS4hskASwzVGFyP3rwU0LOw7TmKEXztsX2e EyHY6x13fcpy14s82+6ety0zPRpmXuyR/8bXRfyJBic6n09m/nH+71fEO2bzIyEWnE 6Lsn3oZbni5LyVwb6LoFIezRmRr0qyCc5r72TVk4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F8A984E97 for ; Sun, 14 Apr 2024 20:10:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id f7d5iLgZTFM2 for ; Sun, 14 Apr 2024 20:10:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 941C384D4A for ; Sun, 14 Apr 2024 20:10:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713125429; bh=nkwA8grwp1W4l2/vAXByjEDFdjemH10BVQNa0O5K//0=; h=Date:From:Subject:To:Reply-To; b=Gq2rdYGTiGZEbKmvYQkvVJ3pT8E/es9sg/DPHdynOvFycX966xkVC4pCLsetLlaB8 Fv7BX0GR7Jo6UX4cchSCBzSoMHKtlqDB6pjDVehQ4Z4ZJsX5nT98/K2Kv1fbbOA24A b3tBCxMHKK+qRfm9aWuvh1yxfJYQJfy3TqaKY8us= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 857D8FA2C; Sun, 14 Apr 2024 20:10:29 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 14 Apr 2024 20:10:29 +0000 From: "Michael van Elst" Subject: CVS commit: xsrc/external/mit/xf86-input-ws/dist/src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240414201029.857D8FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Michael van Elst" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: xsrc Committed By: mlelstv Date: Sun Apr 14 20:10:29 UTC 2024 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: Only limit the scroll warning, but continue to send the scroll events. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 xsrc/external/mit/xf86-input-ws/dist/src/ws.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.