Date: Mon, 2 Sep 2013 19:49:19 +0000 (UTC) From: Jean-Sebastien Pedron <dumbbell@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255154 - head/sys/sys Message-ID: <201309021949.r82JnJ8S094959@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dumbbell Date: Mon Sep 2 19:49:18 2013 New Revision: 255154 URL: http://svnweb.freebsd.org/changeset/base/255154 Log: sys/mouse.h: Move members introduced in r255153 to end of struct synapticshw I didn't know this structure was public and didn't pay enough attention... Modified: head/sys/sys/mouse.h Modified: head/sys/sys/mouse.h ============================================================================== --- head/sys/sys/mouse.h Mon Sep 2 19:15:20 2013 (r255153) +++ head/sys/sys/mouse.h Mon Sep 2 19:49:18 2013 (r255154) @@ -101,15 +101,15 @@ typedef struct synapticshw { int capPen; int infoSimplC; int infoGeometry; - int nExtendedButtons; int capExtended; - int nExtendedQueries; - int capMiddle; - int capPassthrough; int capSleep; int capFourButtons; int capMultiFinger; int capPalmDetect; + int capPassthrough; + int capMiddle; + int nExtendedButtons; + int nExtendedQueries; } synapticshw_t; /* iftype */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021949.r82JnJ8S094959>