From 3ed8aed32199edaa8621ccea571a04883e050cb5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 14 Jun 2012 08:56:55 +1000 Subject: Fix two typos in spec/comments The ButtonClass provides the number of buttons, not the lentgh of the mask. Signed-off-by: Peter Hutterer --- specs/XI2proto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'specs/XI2proto.txt') diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index fb32768..76d7695 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -701,7 +701,7 @@ If major_version is less than 2, a BadValue error occurs. BUTTONCLASS { type: ButtonClass length: CARD16 sourceid: CARD16 - buttons_len: CARD16 + num_buttons: CARD16 state: SETofBUTTONMASK labels: LISTofATOM } -- cgit v1.2.3