Subject: CVS commit: xsrc/xfree/xc/programs/Xserver/hw/xfree86/input/mouse
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 07/19/2004 15:17:07
Module Name:	xsrc
Committed By:	martin
Date:		Mon Jul 19 15:17:07 UTC 2004

Modified Files:
	xsrc/xfree/xc/programs/Xserver/hw/xfree86/input/mouse: mouse.c

Log Message:
Redo previous completely different: get rid of the "disable emulate3Buttons
on first middle button press" wholesale. It does not make sense at all
since we multiplex multiple mice into one wsmouse device and this logic
would need to distinguish the pre-multiplexed devices.

XXX - maybe this should check for the wsmouse protocol? I don't know - and
the xfree people chose not to be helpful at all.

Fixes PR xsrc/26188.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/input/mouse/mouse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.