pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/47935 CVS commit: pkgsrc/x11/xf86-video-ati6
The following reply was made to PR pkg/47935; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: Thomas Klausner <wiz%NetBSD.org@localhost>
Cc: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Subject: Re: PR/47935 CVS commit: pkgsrc/x11/xf86-video-ati6
Date: Mon, 19 Aug 2013 01:38:25 -0400
On Aug 18, 11:32pm, wiz%NetBSD.org@localhost (Thomas Klausner) wrote:
-- Subject: Re: PR/47935 CVS commit: pkgsrc/x11/xf86-video-ati6
| On Sun, Aug 18, 2013 at 12:17:18PM -0400, Christos Zoulas wrote:
| > This happens when the mouse code does not send an ioctl to change
| > to the new protocol (that uses a time_t that is 64 bits), so the xserver
| > gets confused about the mouse struct format it receives.
|
| So we need an update for input-mouse? Do you remember which part of the code
handles this?
You are looking for:
./mouse.c:#if defined(__NetBSD__) && defined(WSCONS_SUPPORT) &&
defined(WSMOUSEIO_SETVERSION)
./mouse.c: if (ioctl(pInfo->fd, WSMOUSEIO_SETVERSION, &version) ==
-1)
...
christos
Home |
Main Index |
Thread Index |
Old Index