On Sun, Sep 11, 2011 at 11:33:48PM +0200, Christoph Egger wrote: > On 11.09.11 21:19, Jonathan A. Kollasch wrote: > > Module Name: src > > Committed By: jakllsch > > Date: Sun Sep 11 19:19:19 UTC 2011 > > > > Modified Files: > > src/sys/dev/wscons: wsmouse.c > > > > Log Message: > > Initialize the W axis value on open as is already done for the other axes. > > > > To generate a diff of this commit: > > cvs rdiff -u -r1.62 -r1.63 src/sys/dev/wscons/wsmouse.c > > > > sc->sc_z = INVALID_Z; > > + sc->sc_z = INVALID_W; > > You mean sc->sc_w here, right ?
Yes, fixed.