[PATCH RFC inputproto v2] Use flags for smooth scrolling, not axis labels.
Daniel Stone
daniel at fooishbar.org
Tue Aug 16 05:02:02 PDT 2011
Hi,
On Tue, Aug 16, 2011 at 10:00:41AM +1000, Peter Hutterer wrote:
> diff --git a/XI2proto.h b/XI2proto.h
> index 8977e87..03ead01 100644
> --- a/XI2proto.h
> +++ b/XI2proto.h
> @@ -186,9 +186,11 @@ typedef struct {
> uint8_t mode; /**< ModeRelative or ModeAbsolute */
> uint8_t pad1;
> uint16_t pad2;
> +/* XI2.1:
> + uint32_t flags;
> + */
> } xXIValuatorInfo;
Can we get a new xXIValuatorInfo21, or xXIValuatorInfoWithFlags?
Cheers,
Daniel
More information about the xorg-devel
mailing list