Re: [PATCH xserver 1/8] Add stubs to input.h

2015-12-10 Thread Keith Packard
Peter Hutterer writes: > in light of Mark's comments to 4/8 these should be an opaque API rather than > inlined so we don't need to export the globals. Yeah, probably a good idea.a -- -keith signature.asc Description: PGP signature ___ xorg-devel@l

Re: [PATCH xserver 1/8] Add stubs to input.h

2015-12-10 Thread Peter Hutterer
On Wed, Dec 09, 2015 at 03:12:35PM -0800, Keith Packard wrote: > --- > include/input.h | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/include/input.h b/include/input.h > index d8bd9c6..5bc60f0 100644 > --- a/include/input.h > +++ b/include/input.h > @@ -712,4 +712,10 @@ extern _X_

[PATCH xserver 1/8] Add stubs to input.h

2015-12-09 Thread Keith Packard
--- include/input.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/input.h b/include/input.h index d8bd9c6..5bc60f0 100644 --- a/include/input.h +++ b/include/input.h @@ -712,4 +712,10 @@ extern _X_HIDDEN void input_constrain_cursor(DeviceIntPtr pDev, ScreenPtr screen